C# 클래스 GEXFSharp.Attribute

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

공개 메소드들

메소드 설명
Attribute ( String id, AttributeType type, String title ) : System
clearDefaultValue ( ) : IAttribute
getOptions ( ) : IEnumerable
hasDefaultValue ( ) : System.Boolean

메소드 상세

Attribute() 공개 메소드

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

clearDefaultValue() 공개 메소드

public clearDefaultValue ( ) : IAttribute
리턴 IAttribute

getOptions() 공개 메소드

public getOptions ( ) : IEnumerable
리턴 IEnumerable

hasDefaultValue() 공개 메소드

public hasDefaultValue ( ) : System.Boolean
리턴 System.Boolean