C# Class Nettiers.AdventureWorks.Web.Data.EntityProperty

Represents an EntityRelationshipMember column mapping.
Show file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
EntityProperty ( ) : System

Initializes a new instance of the EntityProperty class.

EntityProperty ( String controlId, String dataField, int columnIndex, bool isKey ) : System

Initializes a new instance of the EntityProperty class.

Method Details

EntityProperty() public method

Initializes a new instance of the EntityProperty class.
public EntityProperty ( ) : System
return System

EntityProperty() public method

Initializes a new instance of the EntityProperty class.
public EntityProperty ( String controlId, String dataField, int columnIndex, bool isKey ) : System
controlId String The control's ID property value.
dataField String The property name to bind to.
columnIndex int The zero-based column index.
isKey bool A value indicating whether the property /// should be treated as a key field.
return System