C# 클래스 Nettiers.AdventureWorks.Web.Data.EntityProperty

Represents an EntityRelationshipMember column mapping.
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

EntityProperty() 공개 메소드

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

EntityProperty() 공개 메소드

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.
리턴 System