Class DescriptorConstraints
Inheritance
System.Object
DescriptorConstraints
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.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DescriptorConstraints
Constructors
DescriptorConstraints()
Declaration
public DescriptorConstraints()
Properties
ConstaintValues
Declaration
public Dictionary<string, string> ConstaintValues { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
Methods
Add(String, String)
Declaration
public void Add(string constrain, string value)
Parameters
System.String
constrain
|
System.String
value
|
GetValue(String)
Declaration
public string GetValue(string constrain)
Parameters
System.String
constrain
|
Returns
System.String
|