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

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

공개 메소드들

메소드 설명
AddAttribute ( string name, string val ) : void
Clone ( ) : object
FindField ( String name ) : SirenField
FindField ( ushort id ) : SirenField
GetBasePropertyCount ( ) : ushort
Initialize ( ) : bool
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetAttribute ( string val ) : void
SirenCustomClass ( Type type, SirenClassAttribute attribute ) : System
SirenCustomClass ( string name = "" ) : System

메소드 상세

AddAttribute() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

FindField() 공개 메소드

public FindField ( String name ) : SirenField
name String
리턴 SirenField

FindField() 공개 메소드

public FindField ( ushort id ) : SirenField
id ushort
리턴 SirenField

GetBasePropertyCount() 공개 메소드

public GetBasePropertyCount ( ) : ushort
리턴 ushort

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

Link() 공개 메소드

public Link ( SirenAssembly assembly ) : bool
assembly SirenAssembly
리턴 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

SirenCustomClass() 공개 메소드

public SirenCustomClass ( Type type, SirenClassAttribute attribute ) : System
type System.Type
attribute SirenClassAttribute
리턴 System

SirenCustomClass() 공개 메소드

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