Class IdentificationDescriptor
Inheritance
System.Object
IdentificationDescriptor
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.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class IdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject
Constructors
IdentificationDescriptor()
Declaration
public IdentificationDescriptor()
IdentificationDescriptor(FindType, Boolean)
Declaration
public IdentificationDescriptor(FindType type, bool isLocked)
Parameters
FindType
type
|
System.Boolean
isLocked
|
IdentificationDescriptor(FindType, Boolean, String)
Declaration
public IdentificationDescriptor(FindType type, bool isLocked, string attributeName)
Parameters
FindType
type
|
System.Boolean
isLocked
|
System.String
attributeName
|
IdentificationDescriptor(String, Boolean)
Declaration
public IdentificationDescriptor(string attributeName, bool isLocked)
Parameters
System.String
attributeName
|
System.Boolean
isLocked
|
Properties
AttributeName
Declaration
public string AttributeName { get; set; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
FindType
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
|