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

FieldProperties Class More...

Public Member Functions

 FieldProperties ()
 Initializes a new instance of the FieldProperties class. More...
 
 FieldProperties (RuntimeFieldIdentity fieldIdentity, FieldSystemPropertyCollection properties)
 Initializes a new instance of the FieldProperties class. More...
 
 FieldProperties (string fieldId, int row=-1, int col=-1, FieldSystemPropertyCollection properties=null)
 Initializes a new instance of the FieldProperties class. More...
 

Properties

RuntimeFieldIdentity Identity [get, set]
 Gets or sets the id. More...
 
FieldSystemPropertyCollection PropertyCollection [get, set]
 Gets or sets the properties. More...
 

Description

FieldProperties Class

Constructor & Destructor Documentation

Initializes a new instance of the FieldProperties class.

FieldProperties ( RuntimeFieldIdentity  fieldIdentity,
FieldSystemPropertyCollection  properties 
)

Initializes a new instance of the FieldProperties class.

Parameters
fieldIdentityThe field identity.
propertiesThe properties.
FieldProperties ( string  fieldId,
int  row = -1,
int  col = -1,
FieldSystemPropertyCollection  properties = null 
)

Initializes a new instance of the FieldProperties class.

Parameters
fieldIdThe field identifier.
rowThe row.
colThe col.
propertiesThe properties.

Property Documentation

RuntimeFieldIdentity Identity
getset

Gets or sets the id.

The id.

FieldSystemPropertyCollection PropertyCollection
getset

Gets or sets the properties.

The properties.