C# 클래스 Medusa.Siren.Schema.SirenCustomEnum

상속: BaseSirenCustomType
파일 보기 프로젝트 열기: fjz13/Medusa 1 사용 예제들

공개 메소드들

메소드 설명
AddAttribute ( string name, string val ) : void
Clone ( ) : object
Initialize ( ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetAttribute ( string val ) : void
SirenCustomEnum ( Type type, SirenEnumAttribute attribute ) : System
SirenCustomEnum ( string name = "" ) : System

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( string name, string val ) : void
name string
val string
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

LoadFrom() 공개 메소드

public LoadFrom ( Stream stream ) : bool
stream Stream
리턴 bool

SaveTo() 공개 메소드

public SaveTo ( Stream stream ) : bool
stream Stream
리턴 bool

SetAttribute() 공개 메소드

public SetAttribute ( string val ) : void
val string
리턴 void

SirenCustomEnum() 공개 메소드

public SirenCustomEnum ( Type type, SirenEnumAttribute attribute ) : System
type System.Type
attribute SirenEnumAttribute
리턴 System

SirenCustomEnum() 공개 메소드

public SirenCustomEnum ( string name = "" ) : System
name string
리턴 System