Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentPropertyDescriptor Class Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : ContentPropertyDescriptor Class


The following tables list the members exposed by ContentPropertyDescriptor.

Public Constructors

 NameDescription
Public ConstructorContentPropertyDescriptor Constructor Initializes a new instance of the ContentPropertyDescriptor class with the specified meta information.  
Top

Public Properties

 NameDescription
Public PropertyAttributesGets the collection of attributes for this member. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyCategoryGets the name of the category to which the member belongs, as specified in the CategoryAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyComponentTypeOverridden.  Overriden. Gets the type of the component this property is bound to.  
Public PropertyConverterGets the type converter for this property. (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertyDescriptionGets the description of the member, as specified in the DescriptionAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyDesignTimeOnlyGets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyDisplayNameGets the name that can be displayed in a window, such as a Properties window. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyIsBrowsableGets a value indicating whether the member is browsable, as specified in the BrowsableAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyIsLocalizableGets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertyIsReadOnlyOverridden.  Overriden. Gets a value indicating whether this property is read-only.  
Public PropertyNameGets the name of the member. (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyPropertyTypeOverridden.  Overriden. Gets the type of the property  
Public PropertySerializationVisibilityGets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertySupportsChangeEventsGets a value indicating whether value change notifications for this property may originate from outside the property descriptor. (Inherited from System.ComponentModel.PropertyDescriptor)
Top

Protected Properties

 NameDescription
Protected PropertyAttributeArrayGets or sets an array of attributes. (Inherited from System.ComponentModel.MemberDescriptor)
Protected PropertyNameHashCodeGets the hash code for the name of the member, as specified in GetHashCode. (Inherited from System.ComponentModel.MemberDescriptor)
Top

Public Methods

 NameDescription
Public MethodAddValueChangedEnables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodCanResetValueOverridden.  Overriden. Returns whether resetting an object changes its value.  
Public MethodEqualsCompares this to another object to see if they are equivalent. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetChildPropertiesOverloaded. Returns the default PropertyDescriptorCollection. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetEditorGets an editor of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetHashCodeReturns the hash code for this object. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetValueOverridden.  Overriden. Gets the current value of the property on a component.  
Public MethodRemoveValueChangedEnables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodResetValueOverridden.  Resets the value for this property of the component to the default value  
Public MethodSetValueOverridden.  Overriden. Sets the value of the component to a different value.  
Public MethodShouldSerializeValueOverridden.  Overriden. Determines a value indicating whether the value of this property needs to be persisted.  
Top

Protected Methods

 NameDescription
Protected MethodCreateAttributeCollectionCreates a collection of attributes using the array of attributes passed to the constructor. (Inherited from System.ComponentModel.MemberDescriptor)
Protected MethodCreateInstanceCreates an instance of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected MethodFillAttributesAdds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected MethodGetInvocationTargetThis method returns the object that should be used during invocation of members. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected MethodGetTypeFromNameReturns a type using its name. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected MethodGetValueChangedHandlerRetrieves the current set of ValueChanged event handlers for a specific component (Inherited from System.ComponentModel.PropertyDescriptor)
Protected MethodOnValueChangedRaises the ValueChanged event that you implemented. (Inherited from System.ComponentModel.PropertyDescriptor)
Top

See Also