Class DescriptorValueStore
Inheritance
System.Object
DescriptorValueStore
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.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DescriptorValueStore : IXmlPersistable
Constructors
DescriptorValueStore()
Declaration
public DescriptorValueStore()
DescriptorValueStore(DescriptorValueStore)
Declaration
public DescriptorValueStore(DescriptorValueStore toCopy)
Parameters
DescriptorValueStore
toCopy
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
Item[String]
Declaration
public object this[string propertyName] { get; }
Parameters
System.String
propertyName
|
Property Value
System.Object
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
XmlBlob
Methods
Add(String, Object)
Declaration
public void Add(string propertyName, object value)
Parameters
System.String
propertyName
|
System.Object
value
|
AddPairs(Object[])
Declaration
public void AddPairs(params object[] nameValuePairs)
Parameters
System.Object[]
nameValuePairs
|
Clear()
Declaration
public void Clear()
ContainsProperty(String)
Declaration
public bool ContainsProperty(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|
GetValue<T>(String)
Declaration
public T GetValue<T>(string propertyName)
Parameters
System.String
propertyName
|
Returns
T
|
Type Parameters
T
|