RevisionInfoData Class

The DTO object for RevisionInfo.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class RevisionInfoData : BaseDataContract

The RevisionInfoData type exposes the following members.

Constructors
  NameDescription
Public methodRevisionInfoData
Initializes a new instance of the RevisionInfoData class.
Top
Properties
  NameDescription
Public propertyComment
Gets the check-in comment associated with the revision.
Public propertyCreatedBy
Gets information about the account which checked-in (or created) the revision.
Public propertyCreatedTime
Gets the time when the revision was checked in (or created).
Public propertyEntityId
Gets the ID of the entity corresponding to the revision.
Public propertyEntityName
Gets the name of the entity corresponding to the revision.
Public propertyNumber
Gets the revision number.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
Gets the mapping rules that go from a RevisionInfo to a RevisionInfoData.
Top
See Also