C# 클래스 GEXFSharp.AttributeValue

상속: IAttribute
파일 보기 프로젝트 열기: Vanaheimr/Walkyr

공개 메소드들

메소드 설명
AttributeValue ( String id, AttributeType type, String title ) : System
CreateValue ( String value ) : IAttributeValue
getOptions ( ) : IEnumerable

메소드 상세

AttributeValue() 공개 메소드

public AttributeValue ( String id, AttributeType type, String title ) : System
id String
type AttributeType
title String
리턴 System

CreateValue() 공개 메소드

public CreateValue ( String value ) : IAttributeValue
value String
리턴 IAttributeValue

getOptions() 공개 메소드

public getOptions ( ) : IEnumerable
리턴 IEnumerable