ClassSimplePropertyDescriptor
Class
Describes a simple property to set or get in addition to its value and type
Definition
Namespace:ArtOfTest.WebAii.Messaging.Process
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class SimplePropertyDescriptor
Inheritance: objectSimplePropertyDescriptor
Constructors
SimplePropertyDescriptor(string, Type)
Create a new property descriptor
SimplePropertyDescriptor(string, object)
Create a new property descriptor
Properties
Name
Get the name of this property
PropertyType
Gets property type
Methods
ConvertValueType(string, Type)
Converts a value to the desired type.
Serialize()
Serializes this descriptor to a JSON string.
Declaration
cs-api-definition
public string Serialize()
Returns
The string representation of this property