Class IdentificationDescriptorList
Inheritance
System.Object
IdentificationDescriptorList
Namespace: ArtOfTest.Common.Design.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class IdentificationDescriptorList : BindingList<IIdentificationDescriptor>, IXmlPersistable, ICloneable
Constructors
IdentificationDescriptorList()
Declaration
public IdentificationDescriptorList()
IdentificationDescriptorList(IList<IIdentificationDescriptor>)
Declaration
public IdentificationDescriptorList(IList<IIdentificationDescriptor> list)
Parameters
System.Collections.Generic.IList<IIdentificationDescriptor>
list
|
Properties
XmlBlob
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()
Move(Int32, Int32)
Declaration
public void Move(int currentIndex, int newIndex)
Parameters
System.Int32
currentIndex
|
System.Int32
newIndex
|
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
|