Class StandardPublicationModel
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class StandardPublicationModel
- Inheritance
-
StandardPublicationModel
- Inherited Members
-
Constructors
StandardPublicationModel(Guid, string, string, StandardModel)
public StandardPublicationModel(Guid organizationId, string publisher, string command, StandardModel asset)
Parameters
organizationId Guid
publisher string
command string
asset StandardModel
Properties
Asset
public StandardModel Asset { get; set; }
Property Value
- StandardModel
AssetSubtype
public string AssetSubtype { get; set; }
Property Value
- string
AssetType
public string AssetType { get; set; }
Property Value
- string
Command
public string Command { get; set; }
Property Value
- string
CountDeletes
public int CountDeletes { get; set; }
Property Value
- int
CountInserts
public int CountInserts { get; set; }
Property Value
- int
CountUpdates
public int CountUpdates { get; set; }
Property Value
- int
Date
public DateTime Date { get; set; }
Property Value
- DateTime
ExecutionTime
public int ExecutionTime { get; set; }
Property Value
- int
Number
public int Number { get; set; }
Property Value
- int
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
Publisher
public string Publisher { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Version
public int Version { get; set; }
Property Value
- int
Methods
SerializeAsJson()
public string SerializeAsJson()
Returns
- string
SerializeAsMarkdown()
public string SerializeAsMarkdown()
Returns
- string