C# Class LibiadaWeb.Models.CalculatorsData.AttributeValue

ファイルを表示 Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Properties

Property Type Description
AttributeId byte
Value string

Public Methods

Method Description
AttributeValue ( byte attributeId, string value ) : System

Method Details

AttributeValue() public method

public AttributeValue ( byte attributeId, string value ) : System
attributeId byte
value string
return System

Property Details

AttributeId public_oe property

public byte AttributeId
return byte

Value public_oe property

public string Value
return string