All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
FieldSystemProperty Class Reference

FieldSystemProperty Class More...

Public Member Functions

 FieldSystemProperty ()
 Initializes a new instance of the FieldSystemProperty class. More...
 
 FieldSystemProperty (FieldSystemPropertyIdentity runtimeFieldIdentity, object value)
 Initializes a new instance of the FieldSystemProperty class. More...
 
 FieldSystemProperty (string fieldId, object value=null)
 Initializes a new instance of the FieldSystemProperty class. More...
 

Properties

FieldSystemPropertyIdentity SystemFieldIdentity [get, set]
 Gets or sets the field identity. More...
 
object Value [get, set]
 Gets or sets the value. More...
 

Description

FieldSystemProperty Class

Constructor & Destructor Documentation

Initializes a new instance of the FieldSystemProperty class.

FieldSystemProperty ( FieldSystemPropertyIdentity  runtimeFieldIdentity,
object  value 
)

Initializes a new instance of the FieldSystemProperty class.

Parameters
runtimeFieldIdentityThe runtime field identity.
valueThe value.
FieldSystemProperty ( string  fieldId,
object  value = null 
)

Initializes a new instance of the FieldSystemProperty class.

Parameters
fieldIdThe field identifier.
valueThe value.

Property Documentation

FieldSystemPropertyIdentity SystemFieldIdentity
getset

Gets or sets the field identity.

The field identity.

object Value
getset

Gets or sets the value.

The value.