AnimatGuiCtrls.Controls.PropertySpec.PropertySpec C# (CSharp) Method

PropertySpec() public method

Initializes a new instance of the PropertySpec class.
public PropertySpec ( string name, Type type, string strPropertyName ) : System
name string The name of the property displayed in the property grid.
type System.Type A Type that represents the type of the property.
strPropertyName string
return System
        public PropertySpec(string name, Type type, string strPropertyName)
            : this(name, type.AssemblyQualifiedName, strPropertyName, null, null, null)
        {
        }

Same methods

PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor, Type typeConverter ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor, Type typeConverter, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor, string typeConverter ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, Type editor, string typeConverter, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, bool bReadonly ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, string editor ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, string editor, Type typeConverter ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, string editor, Type typeConverter, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, Type type, string strPropertyName, string category, string description, object defaultValue, string editor, string typeConverter ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, Type editor ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, Type editor, Type typeConverter ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, Type editor, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, Type editor, string typeConverter ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, bool bReadonly ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, string editor ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, string editor, Type typeConverter ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, string editor, Type typeConverter, bool bReadOnly ) : System
PropertySpec::PropertySpec ( string name, string type, string strPropertyName, string category, string description, object defaultValue, string editor, string typeConverter ) : System
PropertySpec