C# Class EnterpriseWebLibrary.DataAccess.RevisionHistory.RevisionId

An identifier for a revision of a data entity.
Afficher le fichier Open project: enduracode/enterprise-web-library

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RevisionId ( int id, int conceptualEntityId )

Creates a revision identifier object.

Method Details

RevisionId() public méthode

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.