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

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

보호된 프로퍼티들

프로퍼티 타입 설명
mName string

공개 메소드들

메소드 설명
Clone ( ) : object
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : object
리턴 object

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

SirenType() 보호된 메소드

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

SirenType() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

mName 보호되어 있는 프로퍼티

protected string mName
리턴 string