C# 클래스 EnterpriseWebLibrary.DataAccess.RevisionHistory.RevisionId

An identifier for a revision of a data entity.
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RevisionId ( int id, int conceptualEntityId )

Creates a revision identifier object.

메소드 상세

RevisionId() 공개 메소드

Creates a revision identifier object.
public RevisionId ( int id, int conceptualEntityId )
id int The revision identifier.
conceptualEntityId int The conceptual-entity identifier, i.e. the latest-revision ID of the main entity. If this revision is itself a revision /// of the main entity, you can pass null to automatically use the latest-revision ID.