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 ) : System.Runtime.Serialization
id System PK value for NewsCategoryTemplate which data should be fetched into this NewsCategoryTemplate object
Résultat System.Runtime.Serialization
        public NewsCategoryTemplateEntity(System.Guid id)
            : base("NewsCategoryTemplateEntity")
        {
            InitClassEmpty(null, 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, IValidator validator ) : System.Runtime.Serialization