Class DesignModeClassDescriptor
Inheritance
System.Object
DesignModeClassDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public class DesignModeClassDescriptor : BaseDesignModeDescriptor
Constructors
DesignModeClassDescriptor(Type)
Declaration
public DesignModeClassDescriptor(Type classType)
Parameters
Type |
Name |
Description |
System.Type |
classType |
|
DesignModeClassDescriptor(DesignModeClassDescriptor)
Declaration
public DesignModeClassDescriptor(DesignModeClassDescriptor source)
Parameters
Properties
ClassType
Declaration
public Type ClassType { get; }
Property Value
Type |
Description |
System.Type |
|
CollectionItemType
Declaration
public Type CollectionItemType { get; set; }
Property Value
Type |
Description |
System.Type |
|
CollectionType
Declaration
public DesignModeCollectionType CollectionType { get; set; }
Property Value
DefEvent
Declaration
public string DefEvent { get; set; }
Property Value
Type |
Description |
System.String |
|
DefNamePrefix
Declaration
public string DefNamePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
DefProperty
Declaration
public string DefProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
EventGroups
Declaration
public DesignModeGroupDescriptorCollection EventGroups { get; }
Property Value
Events
Declaration
public DesignModeEventDescriptorCollection Events { get; }
Property Value
InnerProperties
Declaration
public DesignModePropertyDescriptorCollection InnerProperties { get; }
Property Value
Properties
Declaration
public DesignModePropertyDescriptorCollection Properties { get; }
Property Value
PropertyGroups
Declaration
public DesignModeGroupDescriptorCollection PropertyGroups { get; }
Property Value
Methods
Declaration
public void GetMetaPropertyNameMap(DesignModeClassResolver resolver, Dictionary<string, DesignModePropertyMapItem> metaPropertyNameMap)
Parameters
Extension Methods