Class SilverlightIdentificationDescriptor
Inheritance
System.Object
SilverlightIdentificationDescriptor
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.Silverlight
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SilverlightIdentificationDescriptor : IIdentificationDescriptor, IExtensibleDataObject, IXmlPersistable
Constructors
SilverlightIdentificationDescriptor()
Declaration
public SilverlightIdentificationDescriptor()
SilverlightIdentificationDescriptor(XamlSearchType, Boolean)
Declaration
public SilverlightIdentificationDescriptor(XamlSearchType type, bool isLocked)
Parameters
XamlSearchType
type
|
System.Boolean
isLocked
|
Properties
AttributeName
Declaration
public string AttributeName { get; set; }
Property Value
System.String
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
|
Implements
SearchType
TechnologyType
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|