MonoSoftware.MonoX.DAL.EntityClasses.NewsCategoryEntity.NewsCategoryEntity C# (CSharp) Method

NewsCategoryEntity() static private method

Static CTor for setting up custom property hashtables. Is executed before the first instance of this entity class or derived classes is constructed.
static private NewsCategoryEntity ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        static NewsCategoryEntity()
        {
            SetupCustomPropertyHashtables();
        }

Same methods

NewsCategoryEntity::NewsCategoryEntity ( IEntityFields2 fields ) : System.Runtime.Serialization
NewsCategoryEntity::NewsCategoryEntity ( IValidator validator ) : System.Runtime.Serialization
NewsCategoryEntity::NewsCategoryEntity ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
NewsCategoryEntity::NewsCategoryEntity ( System id ) : System.Runtime.Serialization
NewsCategoryEntity::NewsCategoryEntity ( System id, IValidator validator ) : System.Runtime.Serialization