public GetDocumentContentMessage(int DocumentId, Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, string Variant, int Version)
 {
     this.DocumentId = DocumentId;
     this.Identity   = Identity;
     this.Variant    = Variant;
     this.Version    = Version;
 }
 public CheckoutRequest(int DocumentId, Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, string Variant, int Version)
 {
     this.DocumentId = DocumentId;
     this.Identity   = Identity;
     this.Variant    = Variant;
     this.Version    = Version;
 }
 public UploadMessage(Gecko.NCore.Client.Documents.V3.EphorteIdentity EphorteIdentity, string FileName, string StorageIdentifier, System.IO.Stream Content)
 {
     this.EphorteIdentity   = EphorteIdentity;
     this.FileName          = FileName;
     this.StorageIdentifier = StorageIdentifier;
     this.Content           = Content;
 }
 public CancelCheckoutRequest(int CommitteeHandlingDocumentId, int DocumentId, Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, int JournalpostId, int MeetingDocumentId, string Variant, int Version)
 {
     this.CommitteeHandlingDocumentId = CommitteeHandlingDocumentId;
     this.DocumentId        = DocumentId;
     this.Identity          = Identity;
     this.JournalpostId     = JournalpostId;
     this.MeetingDocumentId = MeetingDocumentId;
     this.Variant           = Variant;
     this.Version           = Version;
 }
 public GetUtvalgDocumentContentMessage(Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, string SakType, int UbId)
 {
     this.Identity = Identity;
     this.SakType  = SakType;
     this.UbId     = UbId;
 }
 public GetMoeteDocumentContentMessage(string DocumentType, Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, int MoId)
 {
     this.DocumentType = DocumentType;
     this.Identity     = Identity;
     this.MoId         = MoId;
 }
 public GetJournalpostDocumentContentMessage(Gecko.NCore.Client.Documents.V3.EphorteIdentity Identity, int JournalpostId)
 {
     this.Identity      = Identity;
     this.JournalpostId = JournalpostId;
 }