Class ElementDescriptor
Inheritance
System.Object
ElementDescriptor
Inherited Members
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.Common.Design.Extensibility.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementDescriptor : IExtensibleDataObject
Constructors
ElementDescriptor()
Declaration
public ElementDescriptor()
ElementDescriptor(String, INodeData, INodeData, FindExpressionElement, Type)
Declaration
public ElementDescriptor(string name, INodeData page, INodeData frame, FindExpressionElement findExprElement, Type customType)
Parameters
System.String
name
|
INodeData
page
|
INodeData
frame
|
FindExpressionElement
findExprElement
|
System.Type
customType
|
ElementDescriptor(String, INodeData, INodeData, INodeData, FindExpressionElement, Type, String)
Declaration
public ElementDescriptor(string name, INodeData page, INodeData frame, INodeData region, FindExpressionElement findExprElement, Type controlType, string domStateKey)
Parameters
System.String
name
|
INodeData
page
|
INodeData
frame
|
INodeData
region
|
FindExpressionElement
findExprElement
|
System.Type
controlType
|
System.String
domStateKey
|
Properties
DomStateKey
Declaration
public string DomStateKey { get; set; }
Property Value
System.String
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
FindExpressionInfo
Declaration
public FindExpressionElement FindExpressionInfo { get; set; }
Property Value
FindExpressionElement
|
Frame
HasFrame
Declaration
public bool HasFrame { get; }
Property Value
System.Boolean
|
HasRegion
Declaration
public bool HasRegion { get; }
Property Value
System.Boolean
|
HtmlControlType
Declaration
public Type HtmlControlType { get; set; }
Property Value
System.Type
|
HtmlControlTypeString
Declaration
public string HtmlControlTypeString { get; set; }
Property Value
System.String
|
IsIndependent
Declaration
public bool IsIndependent { get; set; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
OwnerStep
OwnerStepDescription
Declaration
public string OwnerStepDescription { get; set; }
Property Value
System.String
|
OwnerStepOrder
Declaration
public int OwnerStepOrder { get; set; }
Property Value
System.Int32
|
OwnerStepRuntimeId
Declaration
public Guid OwnerStepRuntimeId { get; set; }
Property Value
System.Guid
|
PageUri
Region
TechnologyType
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()