当前位置: 首页>>代码示例>>C#>>正文


C# Zetbox.ReadNullableInt32方法代码示例

本文整理汇总了C#中Zetbox.ReadNullableInt32方法的典型用法代码示例。如果您正苦于以下问题:C# Zetbox.ReadNullableInt32方法的具体用法?C# Zetbox.ReadNullableInt32怎么用?C# Zetbox.ReadNullableInt32使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Zetbox的用法示例。


在下文中一共展示了Zetbox.ReadNullableInt32方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._Body = binStream.ReadString();
     this._fk_Calendar = binStream.ReadNullableInt32();
     this._fk_ChangedBy = binStream.ReadNullableInt32();
     this._isChangedOnSet = binStream.ReadBoolean();
     if (this._isChangedOnSet) {
         this._ChangedOn = binStream.ReadDateTime();
     }
     this._fk_CreatedBy = binStream.ReadNullableInt32();
     this._isCreatedOnSet = binStream.ReadBoolean();
     if (this._isCreatedOnSet) {
         this._CreatedOn = binStream.ReadDateTime();
     }
     this._EndDate = binStream.ReadDateTime();
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     this._isIsAllDaySet = binStream.ReadBoolean();
     if (this._isIsAllDaySet) {
         this._IsAllDay = binStream.ReadBoolean();
     }
     this._isIsViewReadOnlySet = binStream.ReadBoolean();
     if (this._isIsViewReadOnlySet) {
         this._IsViewReadOnly = binStream.ReadBoolean();
     }
     this._Location = binStream.ReadString();
     {
         // use backing store to avoid notifications
         this.RecurrenceImpl = binStream.ReadCompoundObject<Zetbox.App.Base.RecurrenceRuleMemoryImpl>();
         this.RecurrenceImpl.AttachToObject(this, "Recurrence");
     }
     {
         // use backing store to avoid notifications
         this.SourceImpl = binStream.ReadCompoundObject<Zetbox.App.Base.AnyReferenceMemoryImpl>();
         this.SourceImpl.AttachToObject(this, "Source");
     }
     this._StartDate = binStream.ReadDateTime();
     this._Summary = binStream.ReadString();
     this._SyncHash = binStream.ReadString();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:52,代码来源:Event.Memory.Designer.cs

示例2: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._Description = binStream.ReadString();
     this._fk_Method = binStream.ReadNullableInt32();
     this._fk_Property = binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:jrgcubano,项目名称:zetbox,代码行数:16,代码来源:Visual.Memory.Designer.cs

示例3: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._DateTimeStyle = (Zetbox.App.Base.DateTimeStyles?)binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:14,代码来源:DateTimeProperty.Memory.Designer.cs

示例4: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._fk_ControlKind = binStream.ReadNullableInt32();
     this._ControlTypeRef = binStream.ReadString();
     this._isDeletedSet = binStream.ReadBoolean();
     if (this._isDeletedSet) {
         this._Deleted = binStream.ReadBoolean();
     }
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     this._fk_Module = binStream.ReadNullableInt32();
     this._Toolkit = (Zetbox.App.GUI.Toolkit)binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:25,代码来源:ViewDescriptor.Memory.Designer.cs

示例5: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._TestBool = binStream.ReadNullableBoolean();
     binStream.Read(out this._fk_TestCustomObjects_Nav);
     binStream.Read(out this._fk_TestCustomObjects_One_Nav);
     this._TestDateTime = binStream.ReadNullableDateTime();
     _TestEnum = (Zetbox.App.Test.TestEnum)binStream.ReadNullableInt32();
     this._TestString = binStream.ReadString();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:19,代码来源:Muhblah.Ef.Designer.cs

示例6: FromStream

        public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
        {
            var baseResult = base.FromStream(binStream);
            var result = new List<IPersistenceObject>();
            // it may be only an empty shell to stand-in for unreadable data
            if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
            this._CategoryTags = binStream.ReadString();
            binStream.Read(out this._fk_ChangedBy);
            this._isChangedOnSet = binStream.ReadBoolean();
            if (this._isChangedOnSet) {
                this._ChangedOn = binStream.ReadDateTime();
            }
            this._CodeTemplate = binStream.ReadString();

            Constraints_was_eagerLoaded = binStream.ReadBoolean();
            {
                bool containsList = binStream.ReadBoolean();
                if (containsList)
                {
                    int numElements = binStream.ReadInt32();
                    ConstraintsIds = new List<int>(numElements);
                    while (numElements-- > 0) 
                    {
                        int id = binStream.ReadInt32();
                        ConstraintsIds.Add(id);
                    }
                }
            }
            binStream.Read(out this._fk_CreatedBy);
            this._isCreatedOnSet = binStream.ReadBoolean();
            if (this._isCreatedOnSet) {
                this._CreatedOn = binStream.ReadDateTime();
            }
            binStream.Read(out this._fk_DefaultValue);
            this._Description = binStream.ReadString();
            this._DisableExport = binStream.ReadNullableBoolean();
            this._isExportGuidSet = binStream.ReadBoolean();
            if (this._isExportGuidSet) {
                this._ExportGuid = binStream.ReadGuid();
            }
            binStream.Read(out this._fk_FilterConfiguration);
            this._Label = binStream.ReadString();
            binStream.Read(out this._fk_Module);
            this._Name = binStream.ReadString();
            binStream.Read(out this._fk_ObjectClass);
            this._Properties_pos = binStream.ReadNullableInt32();
            binStream.Read(out this._fk_RequestedKind);
            ((Zetbox.App.Base.Property)this).RequestedWidth = (Zetbox.App.GUI.WidthHint?)binStream.ReadNullableInt32();
            binStream.Read(out this._fk_ValueModelDescriptor);
            } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
            return baseResult == null
                ? result.Count == 0
                    ? null
                    : result
                : baseResult.Concat(result);
        }
开发者ID:jrgcubano,项目名称:zetbox,代码行数:56,代码来源:Property.Ef.Designer.cs

示例7: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     binStream.Read(out this._fk_ChangedBy);
     this._isChangedOnSet = binStream.ReadBoolean();
     if (this._isChangedOnSet) {
         this._ChangedOn = binStream.ReadDateTime();
     }
     binStream.Read(out this._fk_CreatedBy);
     this._isCreatedOnSet = binStream.ReadBoolean();
     if (this._isCreatedOnSet) {
         this._CreatedOn = binStream.ReadDateTime();
     }
     _DeploymentRestriction = (Zetbox.App.Base.DeploymentRestriction?)binStream.ReadNullableInt32();
     this._Description = binStream.ReadString();
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     binStream.Read(out this._fk_Module);
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:30,代码来源:ServiceDescriptor.Ef.Designer.cs

示例8: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._fk_DisplayedTypeAssembly = binStream.ReadNullableInt32();
     this._DisplayedTypeFullName = binStream.ReadString();
     this._DisplayName = binStream.ReadString();
     this._fk_VisualTree = binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:jrgcubano,项目名称:zetbox,代码行数:17,代码来源:Template.Memory.Designer.cs

示例9: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._Birthday = binStream.ReadNullableDateTime();
     this._fk_MubBlah_Nav = binStream.ReadNullableInt32();
     this._fk_MuhBlah_One_Nav = binStream.ReadNullableInt32();
     this._PersonName = binStream.ReadString();
     {
         // use backing store to avoid notifications
         this.PhoneNumberMobileImpl = binStream.ReadCompoundObject<Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl>();
         this.PhoneNumberMobileImpl.AttachToObject(this, "PhoneNumberMobile");
     }
     {
         // use backing store to avoid notifications
         this.PhoneNumberOfficeImpl = binStream.ReadCompoundObject<Zetbox.App.Test.TestPhoneCompoundObjectMemoryImpl>();
         this.PhoneNumberOfficeImpl.AttachToObject(this, "PhoneNumberOffice");
     }
     binStream.ReadCollectionEntries(this, this._PhoneNumbersOtherCollection);
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:28,代码来源:TestCustomObject.Memory.Designer.cs

示例10: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._CategoryTags = binStream.ReadString();
     this._fk_ChangedBy = binStream.ReadNullableInt32();
     this._isChangedOnSet = binStream.ReadBoolean();
     if (this._isChangedOnSet) {
         this._ChangedOn = binStream.ReadDateTime();
     }
     this._CodeTemplate = binStream.ReadString();
     this._fk_CreatedBy = binStream.ReadNullableInt32();
     this._isCreatedOnSet = binStream.ReadBoolean();
     if (this._isCreatedOnSet) {
         this._CreatedOn = binStream.ReadDateTime();
     }
     this._Description = binStream.ReadString();
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     this._HelpText = binStream.ReadString();
     this._fk_Icon = binStream.ReadNullableInt32();
     this._InvokeOnServer = binStream.ReadNullableBoolean();
     this._IsDisplayable = binStream.ReadBoolean();
     this._Label = binStream.ReadString();
     this._fk_Module = binStream.ReadNullableInt32();
     this._Name = binStream.ReadString();
     this._fk_ObjectClass = binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:38,代码来源:Method.Memory.Designer.cs

示例11: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._Frage = binStream.ReadString();
     binStream.Read(out this._fk_Fragebogen);
     this._gute_Antworten_pos = binStream.ReadNullableInt32();
     this._FragenNummer = binStream.ReadInt32();
     this._GegebeneAntwort = binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:jrgcubano,项目名称:zetbox,代码行数:18,代码来源:Antwort.Ef.Designer.cs

示例12: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     binStream.Read(out this._fk_ChangedBy);
     this._isChangedOnSet = binStream.ReadBoolean();
     if (this._isChangedOnSet) {
         this._ChangedOn = binStream.ReadDateTime();
     }
     this._Comment = binStream.ReadString();
     binStream.Read(out this._fk_CreatedBy);
     this._isCreatedOnSet = binStream.ReadBoolean();
     if (this._isCreatedOnSet) {
         this._CreatedOn = binStream.ReadDateTime();
     }
     this._Description = binStream.ReadString();
     binStream.Read(out this._fk_DestinationObjectClass);
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     this._Name = binStream.ReadString();
     binStream.Read(out this._fk_StagingDatabase);
     _Status = (Zetbox.App.SchemaMigration.MappingStatus?)binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:33,代码来源:SourceTable.Ef.Designer.cs

示例13: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._isEagerLoadingSet = binStream.ReadBoolean();
     if (this._isEagerLoadingSet) {
         this._EagerLoading = binStream.ReadBoolean();
     }
     this._IsInlineEditable = binStream.ReadNullableBoolean();
     this._fk_RelationEnd = binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:19,代码来源:ObjectReferenceProperty.Memory.Designer.cs

示例14: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._Adresse = binStream.ReadString();
     this._fk_ChangedBy = binStream.ReadNullableInt32();
     this._isChangedOnSet = binStream.ReadBoolean();
     if (this._isChangedOnSet) {
         this._ChangedOn = binStream.ReadDateTime();
     }
     this._fk_CreatedBy = binStream.ReadNullableInt32();
     this._isCreatedOnSet = binStream.ReadBoolean();
     if (this._isCreatedOnSet) {
         this._CreatedOn = binStream.ReadDateTime();
     }
     binStream.ReadCollectionEntries(this, this._EMailsCollection);
     this._isExportGuidSet = binStream.ReadBoolean();
     if (this._isExportGuidSet) {
         this._ExportGuid = binStream.ReadGuid();
     }
     this._Kundenname = binStream.ReadString();
     this._Land = binStream.ReadString();
     this._Ort = binStream.ReadString();
     this._PLZ = binStream.ReadString();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:daszat,项目名称:zetbox,代码行数:33,代码来源:Kunde.Memory.Designer.cs

示例15: FromStream

 public override IEnumerable<IPersistenceObject> FromStream(Zetbox.API.ZetboxStreamReader binStream)
 {
     var baseResult = base.FromStream(binStream);
     var result = new List<IPersistenceObject>();
     // it may be only an empty shell to stand-in for unreadable data
     if (CurrentAccessRights != Zetbox.API.AccessRights.None) {
     this._AllowAddNew = binStream.ReadNullableBoolean();
     this._AllowDelete = binStream.ReadNullableBoolean();
     this._AllowSelectColumns = binStream.ReadNullableBoolean();
     this._AllowUserFilter = binStream.ReadNullableBoolean();
     this._EnableAutoFilter = binStream.ReadNullableBoolean();
     this._InitialSort = binStream.ReadString();
     ((Zetbox.App.GUI.NavigationSearchScreen)this).InitialSortDirection = (Zetbox.App.GUI.ListSortDirection?)binStream.ReadNullableInt32();
     this._IsEditable = binStream.ReadNullableBoolean();
     this._IsMultiselect = binStream.ReadNullableBoolean();
     this._fk_RequestedEditorKind = binStream.ReadNullableInt32();
     this._fk_RequestedWorkspaceKind = binStream.ReadNullableInt32();
     this._RespectRequiredFilter = binStream.ReadNullableBoolean();
     this._ShowFilter = binStream.ReadNullableBoolean();
     this._ShowMasterDetail = binStream.ReadNullableBoolean();
     this._ShowOpenCommand = binStream.ReadNullableBoolean();
     this._ShowRefreshCommand = binStream.ReadNullableBoolean();
     this._fk_Type = binStream.ReadNullableInt32();
     ((Zetbox.App.GUI.NavigationSearchScreen)this).ViewMethod = (Zetbox.App.GUI.InstanceListViewMethod?)binStream.ReadNullableInt32();
     } // if (CurrentAccessRights != Zetbox.API.AccessRights.None)
     return baseResult == null
         ? result.Count == 0
             ? null
             : result
         : baseResult.Concat(result);
 }
开发者ID:jrgcubano,项目名称:zetbox,代码行数:31,代码来源:NavigationSearchScreen.Memory.Designer.cs


注:本文中的Zetbox.ReadNullableInt32方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。