MonoSoftware.MonoX.DAL.EntityClasses.NewsCategoryTemplateEntity.NewsCategoryTemplateEntity C# (CSharp) Méthode

NewsCategoryTemplateEntity() private méthode

private NewsCategoryTemplateEntity ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.Serialization
        protected NewsCategoryTemplateEntity(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
            if(SerializationHelper.Optimization != SerializationOptimization.Fast)
            {
                _newsCategory = (NewsCategoryEntity)info.GetValue("_newsCategory", typeof(NewsCategoryEntity));
                if(_newsCategory!=null)
                {
                    _newsCategory.AfterSave+=new EventHandler(OnEntityAfterSave);
                }
                this.FixupDeserialization(FieldInfoProviderSingleton.GetInstance());
            }
            // __LLBLGENPRO_USER_CODE_REGION_START DeserializationConstructor
            // __LLBLGENPRO_USER_CODE_REGION_END
        }

Same methods

NewsCategoryTemplateEntity::NewsCategoryTemplateEntity ( ) : System.Runtime.Serialization
NewsCategoryTemplateEntity::NewsCategoryTemplateEntity ( IEntityFields2 fields ) : System.Runtime.Serialization
NewsCategoryTemplateEntity::NewsCategoryTemplateEntity ( IValidator validator ) : System.Runtime.Serialization
NewsCategoryTemplateEntity::NewsCategoryTemplateEntity ( System id ) : System.Runtime.Serialization
NewsCategoryTemplateEntity::NewsCategoryTemplateEntity ( System id, IValidator validator ) : System.Runtime.Serialization