AJH.CMS.Core.Entities.Attribute.Attribute C# (CSharp) Method

Attribute() public method

public Attribute ( )
        public Attribute()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.ModuleID = 0;
            this.GroupID = 0;
            this.IsDeleted = false;
        }
    }
Attribute