コード例 #1
0
 public NoteTemplate(int @id, String @name, String @userId, EloixClient.IndexServer.NoteText @noteText, EloixClient.IndexServer.NoteImage @noteImage, String @acl, EloixClient.IndexServer.AclItem[] @aclItems)
 {
     this.idValue        = @id;
     this.nameValue      = @name;
     this.userIdValue    = @userId;
     this.noteTextValue  = @noteText;
     this.noteImageValue = @noteImage;
     this.aclValue       = @acl;
     this.aclItemsValue  = @aclItems;
 }
コード例 #2
0
 public Note(String @TStamp, int @XPos, int @YPos, String @desc, String @guid, int @height, int @id, int @ownerId, int @pageNo, int @type, int @width, String @createDateIso, bool @deleted, int @lockId, String @lockName, String @objId, String @ownerName, String @acl, EloixClient.IndexServer.AclItem[] @aclItems, int @color, EloixClient.IndexServer.NoteText @noteText, EloixClient.IndexServer.NoteImage @noteImage, EloixClient.IndexServer.NoteFreehand @noteFreehand, int @access, String @deleteDateIso, String @TStampSync)
 {
     this.TStampValue        = @TStamp;
     this.XPosValue          = @XPos;
     this.YPosValue          = @YPos;
     this.descValue          = @desc;
     this.guidValue          = @guid;
     this.heightValue        = @height;
     this.idValue            = @id;
     this.ownerIdValue       = @ownerId;
     this.pageNoValue        = @pageNo;
     this.typeValue          = @type;
     this.widthValue         = @width;
     this.createDateIsoValue = @createDateIso;
     this.deletedValue       = @deleted;
     this.lockIdValue        = @lockId;
     this.lockNameValue      = @lockName;
     this.objIdValue         = @objId;
     this.ownerNameValue     = @ownerName;
     this.aclValue           = @acl;
     this.aclItemsValue      = @aclItems;
     this.colorValue         = @color;
     this.noteTextValue      = @noteText;
     this.noteImageValue     = @noteImage;
     this.noteFreehandValue  = @noteFreehand;
     this.accessValue        = @access;
     this.deleteDateIsoValue = @deleteDateIso;
     this.TStampSyncValue    = @TStampSync;
 }