C# Класс EnterpriseWebLibrary.DataAccess.RevisionHistory.RevisionId

An identifier for a revision of a data entity.
Показать файл Открыть проект

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.