Property Class
Provides metadata informations about the Property.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Inheritance Hierarchy
System.Object
powerGate.Erp.Client.Property
Syntax
1 | public class Property |
The Property type exposes the following members.
Constructors
Name |
Description |
---|---|
Property() |
Initializes a new instance of the Property class. |
Properties
Type |
Name |
Description |
---|---|---|
string |
DefaultValue |
Gets the default value of the property. |
bool |
IsNullable |
Indicates whether the property is nullable. |
string |
DefaultValue |
Gets the name of the property. |
Type |
Gets the Type of the property. |
See also
Reference