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

NewsCategoryTemplateEntity() public méthode

CTor
The entity is not fetched by this constructor. Use a DataAccessAdapter for that.
public NewsCategoryTemplateEntity ( System id, IValidator validator ) : System.Runtime.Serialization
id System PK value for NewsCategoryTemplate which data should be fetched into this NewsCategoryTemplate object
validator IValidator The custom validator object for this NewsCategoryTemplateEntity
Résultat System.Runtime.Serialization
        public NewsCategoryTemplateEntity(System.Guid id, IValidator validator)
            : base("NewsCategoryTemplateEntity")
        {
            InitClassEmpty(validator, null);
            this.Id = id;
        }

Same methods

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