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

../../../_images/method.ico Property()

Initializes a new instance of the Property class.

Properties

Type

Name

Description

../../../_images/prop.ico string

DefaultValue

Gets the default value of the property.

../../../_images/prop.ico bool

IsNullable

Indicates whether the property is nullable.

../../../_images/prop.ico string

DefaultValue

Gets the name of the property.

../../../_images/prop.ico Type

Type

Gets the Type of the property.

See also

Reference