C# 클래스 LibiadaWeb.Models.CalculatorsData.AttributeValue

파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttributeId byte
Value string

공개 메소드들

메소드 설명
AttributeValue ( byte attributeId, string value ) : System

메소드 상세

AttributeValue() 공개 메소드

public AttributeValue ( byte attributeId, string value ) : System
attributeId byte
value string
리턴 System

프로퍼티 상세

AttributeId 공개적으로 프로퍼티

public byte AttributeId
리턴 byte

Value 공개적으로 프로퍼티

public string Value
리턴 string