LibiadaWeb.Models.CalculatorsData.AttributeValue.AttributeValue C# (CSharp) Method

AttributeValue() public method

public AttributeValue ( byte attributeId, string value ) : System
attributeId byte
value string
return System
        public AttributeValue(byte attributeId, string value)
        {
            AttributeId = attributeId;
            Value = value;
        }
AttributeValue