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

Represents an EntityRelationshipMember column mapping.
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the EntityProperty class.
public EntityProperty ( ) : System
Résultat System

EntityProperty() public méthode

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.
Résultat System