BExIS.Web.Shell.Areas.RPM.Models.VariablePreviewStruct.VariablePreviewStruct C# (CSharp) Method

VariablePreviewStruct() public method

public VariablePreviewStruct ( ) : System
return System
        public VariablePreviewStruct()
        {
            this.Id = 0;
            this.Name = "";
            this.Description = "";
            this.isOptional = true;
            this.Unit = new ItemStruct();
            this.convertibleUnits = new List<ItemStruct>();
            this.DataType = "";
            this.Constraints = new Dictionary<long, string>();
            this.Attribute = new AttributePreviewStruct();
            this.inUse = false;
        }