Пример #1
0
 public Sord(String @SReg, String @TStamp, String @acl, int @att, int @childCount, int @doc, String @guid, int @histCount, int @id, int @info, int @key, int @kind, int @lockId, int @mask, String @name, int @ownerId, int @parentId, int @path, int @type, int @vtRep, String @IDateIso, String @XDateIso, int @access, EloixClient.IndexServer.AclItem[] @aclItems, String @delDateIso, bool @deleted, String @desc, EloixClient.IndexServer.SordDetails @details, EloixClient.IndexServer.DocVersion @docVersion, String @hiddenText, EloixClient.IndexServer.SordLink[] @linksComeIn, EloixClient.IndexServer.SordLink[] @linksGoOut, String @lockName, EloixClient.IndexServer.ObjKey[] @objKeys, String @ownerName, String[] @parentIds, EloixClient.IndexServer.ArcPath[] @refPaths, EloixClient.IndexServer.ReplSetName[] @replNames, EloixClient.IndexServer.ReplSet @replSet, String @maskName, EloixClient.IndexServer.DocVersion @attVersion, String @deleteDateIso, int @lockIdSord, int @lockIdDoc, String @lockNameSord, String @lockNameDoc, String @TStampSync, String @TStampAcl, String @TStampAclSync, int @deleteUser)
 {
     this.SRegValue          = @SReg;
     this.TStampValue        = @TStamp;
     this.aclValue           = @acl;
     this.attValue           = @att;
     this.childCountValue    = @childCount;
     this.docValue           = @doc;
     this.guidValue          = @guid;
     this.histCountValue     = @histCount;
     this.idValue            = @id;
     this.infoValue          = @info;
     this.keyValue           = @key;
     this.kindValue          = @kind;
     this.lockIdValue        = @lockId;
     this.maskValue          = @mask;
     this.nameValue          = @name;
     this.ownerIdValue       = @ownerId;
     this.parentIdValue      = @parentId;
     this.pathValue          = @path;
     this.typeValue          = @type;
     this.vtRepValue         = @vtRep;
     this.IDateIsoValue      = @IDateIso;
     this.XDateIsoValue      = @XDateIso;
     this.accessValue        = @access;
     this.aclItemsValue      = @aclItems;
     this.delDateIsoValue    = @delDateIso;
     this.deletedValue       = @deleted;
     this.descValue          = @desc;
     this.detailsValue       = @details;
     this.docVersionValue    = @docVersion;
     this.hiddenTextValue    = @hiddenText;
     this.linksComeInValue   = @linksComeIn;
     this.linksGoOutValue    = @linksGoOut;
     this.lockNameValue      = @lockName;
     this.objKeysValue       = @objKeys;
     this.ownerNameValue     = @ownerName;
     this.parentIdsValue     = @parentIds;
     this.refPathsValue      = @refPaths;
     this.replNamesValue     = @replNames;
     this.replSetValue       = @replSet;
     this.maskNameValue      = @maskName;
     this.attVersionValue    = @attVersion;
     this.deleteDateIsoValue = @deleteDateIso;
     this.lockIdSordValue    = @lockIdSord;
     this.lockIdDocValue     = @lockIdDoc;
     this.lockNameSordValue  = @lockNameSord;
     this.lockNameDocValue   = @lockNameDoc;
     this.TStampSyncValue    = @TStampSync;
     this.TStampAclValue     = @TStampAcl;
     this.TStampAclSyncValue = @TStampAclSync;
     this.deleteUserValue    = @deleteUser;
 }
Пример #2
0
 public FindOptions(String @escapeChar, bool @inclDeleted, String[] @objIds, String @orderBy, String @rangeDelimiter, EloixClient.IndexServer.ReplSet @replSet, long @reserved, String @searchId, EloixClient.IndexServer.SearchModeZ @searchMode, int @sortOrder, int @timeoutSeconds, int @totalCount, bool @evalCount, bool @onlyDeleted, String @TStamp, String @wildcards, EloixClient.IndexServer.LockZ @lockZ, int @searchLifetimeSeconds, bool @excludeSummary)
 {
     this.escapeCharValue            = @escapeChar;
     this.inclDeletedValue           = @inclDeleted;
     this.objIdsValue                = @objIds;
     this.orderByValue               = @orderBy;
     this.rangeDelimiterValue        = @rangeDelimiter;
     this.replSetValue               = @replSet;
     this.reservedValue              = @reserved;
     this.searchIdValue              = @searchId;
     this.searchModeValue            = @searchMode;
     this.sortOrderValue             = @sortOrder;
     this.timeoutSecondsValue        = @timeoutSeconds;
     this.totalCountValue            = @totalCount;
     this.evalCountValue             = @evalCount;
     this.onlyDeletedValue           = @onlyDeleted;
     this.TStampValue                = @TStamp;
     this.wildcardsValue             = @wildcards;
     this.lockZValue                 = @lockZ;
     this.searchLifetimeSecondsValue = @searchLifetimeSeconds;
     this.excludeSummaryValue        = @excludeSummary;
 }