Sitefinity CMS

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


The following tables list the members exposed by ContentTypeDescriptor.

Public Constructors

 NameDescription
Public ConstructorContentTypeDescriptor Constructor Initializes a new instance of the ContentTypeDescriptor class for the specified parent custom type descriptor and content instance.  
Top

Public Methods

 NameDescription
Public MethodGetAttributesReturns a collection of custom attributes for the type represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetClassNameReturns the fully qualified name of the class represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetComponentNameReturns the name of the class represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetConverterReturns a type converter for the type represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetDefaultEventReturns the event descriptor for the default event of the object represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetDefaultPropertyReturns the property descriptor for the default property of the object represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetEditorReturns an editor of the specified type that is to be associated with the class represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetEventsOverloaded. Returns a collection of event descriptors for the object represented by this type descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Public MethodGetPropertiesOverloaded. Overridden. Returns a collection of all properties.  
Public MethodGetPropertyOwnerReturns an object that contains the property described by the specified property descriptor. (Inherited from System.ComponentModel.CustomTypeDescriptor)
Top

See Also