C# Class EnterpriseWebLibrary.DataAccess.RevisionHistory.RevisionId

An identifier for a revision of a data entity.
Datei anzeigen Open project: enduracode/enterprise-web-library

Private Properties

Property Type Description

Public Methods

Method Description
RevisionId ( int id, int conceptualEntityId )

Creates a revision identifier object.

Method Details

RevisionId() public method

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.