BExIS.Web.Shell.Areas.DDM.Models.SimpleAttributeModel.SimpleAttributeModel C# (CSharp) Method

SimpleAttributeModel() public method

public SimpleAttributeModel ( ) : System
return System
        public SimpleAttributeModel()
        {
            Name = "";
            DisplayName = "";
            Value = "";
        }
SimpleAttributeModel