Exemplo n.º 1
0
        public override void write(Object obj1, BOutput bout1, long version)
        {
            DocMaskLineTemplateDataC obj = (DocMaskLineTemplateDataC)obj1;
            BOutputBin bout = (BOutputBin)bout1;
            BBufferBin bbuf = bout.bbuf;

            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnComment);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnCommentTranslationKey);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnDefaultValue);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnExternalData);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnInternalAcl);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnKey);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnName);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnNameTranslationKey);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnServerScriptName);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnTStamp);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.lnTStampSync);
            if (version >= 1000000020000010L)
            {
                // checkpoint byps.gen.cs.PrintContext:494
                bbuf.putInt(obj.lnValidateExpression);
            }
        }
Exemplo n.º 2
0
 public DocMaskLineTemplateDataC(DocMaskLineTemplateDataC rhs)
 {
     this.lnNameValue                  = rhs.lnNameValue;
     this.lnKeyValue                   = rhs.lnKeyValue;
     this.lnCommentValue               = rhs.lnCommentValue;
     this.lnDefaultValueValue          = rhs.lnDefaultValueValue;
     this.lnExternalDataValue          = rhs.lnExternalDataValue;
     this.lnInternalAclValue           = rhs.lnInternalAclValue;
     this.lnCommentTranslationKeyValue = rhs.lnCommentTranslationKeyValue;
     this.lnNameTranslationKeyValue    = rhs.lnNameTranslationKeyValue;
     this.lnServerScriptNameValue      = rhs.lnServerScriptNameValue;
     this.lnTStampValue                = rhs.lnTStampValue;
     this.lnTStampSyncValue            = rhs.lnTStampSyncValue;
     this.lnValidateExpressionValue    = rhs.lnValidateExpressionValue;
 }
Exemplo n.º 3
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            DocMaskLineTemplateDataC obj = (DocMaskLineTemplateDataC)(obj1 != null ? obj1 : bin.onObjectCreated(new DocMaskLineTemplateDataC()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnComment = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnCommentTranslationKey = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnDefaultValue = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnExternalData = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnInternalAcl = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnKey = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnName = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnNameTranslationKey = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnServerScriptName = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnTStamp = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lnTStampSync = bbuf.getInt();
            if (version >= 1000000020000010L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.lnValidateExpression = bbuf.getInt();
            }

            return(obj);
        }