Class SimplePropertyDescriptor
Inheritance
System.Object
SimplePropertyDescriptor
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.Messaging.Process
Assembly: ArtOfTest.WebAii.dll
Syntax
public class SimplePropertyDescriptor
Constructors
SimplePropertyDescriptor(String, Object)
Declaration
public SimplePropertyDescriptor(string propertyName, object value)
Parameters
System.String
propertyName
|
System.Object
value
|
SimplePropertyDescriptor(String, Type)
Declaration
public SimplePropertyDescriptor(string propertyName, Type type)
Parameters
System.String
propertyName
|
System.Type
type
|
Properties
Name
Declaration
public string Name { get; }
Property Value
System.String
|
PropertyType
Declaration
public Type PropertyType { get; }
Property Value
System.Type
|
Value
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
ConvertValueType(String, Type)
Declaration
public static object ConvertValueType(string value, Type desiredType)
Parameters
System.String
value
|
System.Type
desiredType
|
Returns
System.Object
|
Serialize()
Declaration
public string Serialize()
Returns
System.String
|