BExIS.Web.Shell.Areas.DDM.Models.SimpleAttributeModel.SimpleAttributeModel C# (CSharp) Метод

SimpleAttributeModel() публичный Метод

public SimpleAttributeModel ( ) : System
Результат System
        public SimpleAttributeModel()
        {
            Name = "";
            DisplayName = "";
            Value = "";
        }
SimpleAttributeModel