Class ElementDescriptorTypes
Inheritance
System.Object
ElementDescriptorTypes
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()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementDescriptorTypes
Constructors
ElementDescriptorTypes()
Declaration
public ElementDescriptorTypes()
Properties
DescriptorTypes
Declaration
public Dictionary<TranslatorSupportTypes, Type[]> DescriptorTypes { get; set; }
Property Value
System.Collections.Generic.Dictionary<TranslatorSupportTypes, System.Type[]>
|
ElementDescriptor
Declaration
public ElementDescriptor ElementDescriptor { get; set; }
Property Value
ElementDescriptor
|