Class ModelDescriptor
- Namespace
- DCR.Workflow
- Assembly
- DCR.Workflow.dll
public class ModelDescriptor
- Inheritance
-
ModelDescriptor
- Inherited Members
-
- Extension Methods
-
Properties
Id
public int Id { get; set; }
Property Value
- int
LastModified
public DateTimeOffset? LastModified { get; set; }
Property Value
- DateTimeOffset?
LastModifiedBy
public string? LastModifiedBy { get; set; }
Property Value
- string
MajorRevisionDate
public string? MajorRevisionDate { get; set; }
Property Value
- string
MajorRevisionId
public string? MajorRevisionId { get; set; }
Property Value
- string
MajorRevisionTitle
public string? MajorRevisionTitle { get; set; }
Property Value
- string
Revision
public Revision? Revision { get; }
Property Value
- Revision
Title
public string Title { get; set; }
Property Value
- string
_id
public int _id { get; set; }
Property Value
- int
_modified
public string? _modified { get; set; }
Property Value
- string
_title
public string _title { get; set; }
Property Value
- string