RevisionInfoData Class

The DTO object for RevisionInfo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsRevisionInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 propertyCommentGets the check-in comment associated with the revision.
Public propertyCreatedByGets information about the account which checked-in (or created) the revision.
Public propertyCreatedTimeGets the time when the revision was checked in (or created).
Public propertyEntityIdGets the ID of the entity corresponding to the revision.
Public propertyEntityNameGets the name of the entity corresponding to the revision.
Public propertyNumberGets 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