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

상속: SirenType
파일 보기 프로젝트 열기: fjz13/Medusa

공개 메소드들

메소드 설명
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool

보호된 메소드들

메소드 설명
SirenBuildinType ( Type type ) : System
SirenBuildinType ( string name ) : System

메소드 상세

LoadFrom() 공개 메소드

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

SaveTo() 공개 메소드

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

SirenBuildinType() 보호된 메소드

protected SirenBuildinType ( Type type ) : System
type System.Type
리턴 System

SirenBuildinType() 보호된 메소드

protected SirenBuildinType ( string name ) : System
name string
리턴 System