Class NonBound
Inheritance
System.Object
NonBound
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.CodeGeneration
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class NonBound
Constructors
NonBound(Object, String, Type)
Declaration
public NonBound(object propertyValue, string name, Type propertyType)
Parameters
System.Object
propertyValue
|
System.String
name
|
System.Type
propertyType
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
PropertyValue
Declaration
public object PropertyValue { get; set; }
Property Value
System.Object
|
Type
Declaration
public Type Type { get; set; }
Property Value
System.Type
|