C# 클래스 Siren.SirenClass

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

공개 프로퍼티들

프로퍼티 타입 설명
Properties List
PropertyIdDict SirenProperty>.Dictionary
PropertyNameDict SirenProperty>.Dictionary

공개 메소드들

메소드 설명
FindProperty ( String name ) : SirenProperty
FindProperty ( ushort id ) : SirenProperty
GetBasePropertyCount ( ) : ushort
Initialzie ( ) : bool
SirenClass ( Type type, Siren.Attribute.SirenClassAttribute attribute ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AddIncludeType ( Type type ) : void

메소드 상세

FindProperty() 공개 메소드

public FindProperty ( String name ) : SirenProperty
name String
리턴 SirenProperty

FindProperty() 공개 메소드

public FindProperty ( ushort id ) : SirenProperty
id ushort
리턴 SirenProperty

GetBasePropertyCount() 공개 메소드

public GetBasePropertyCount ( ) : ushort
리턴 ushort

Initialzie() 공개 메소드

public Initialzie ( ) : bool
리턴 bool

SirenClass() 공개 메소드

public SirenClass ( Type type, Siren.Attribute.SirenClassAttribute attribute ) : System
type System.Type
attribute Siren.Attribute.SirenClassAttribute
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Properties 공개적으로 프로퍼티

public List Properties
리턴 List

PropertyIdDict 공개적으로 프로퍼티

public Dictionary PropertyIdDict
리턴 SirenProperty>.Dictionary

PropertyNameDict 공개적으로 프로퍼티

public Dictionary PropertyNameDict
리턴 SirenProperty>.Dictionary