C# 클래스 Siren.SirenProperty

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

공개 메소드들

메소드 설명
HasValue ( object obj ) : bool
SetToDefault ( object obj ) : void
SirenProperty ( SirenClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
SirenProperty ( ushort id, SirenFieldType type ) : System
ToString ( ) : string

메소드 상세

HasValue() 공개 메소드

public HasValue ( object obj ) : bool
obj object
리턴 bool

SetToDefault() 공개 메소드

public SetToDefault ( object obj ) : void
obj object
리턴 void

SirenProperty() 공개 메소드

public SirenProperty ( SirenClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
parentSirenClass SirenClass
info System.Reflection.PropertyInfo
attribute Siren.Attribute.SirenFieldAttribute
index uint
id ushort
리턴 System

SirenProperty() 공개 메소드

public SirenProperty ( ushort id, SirenFieldType type ) : System
id ushort
type SirenFieldType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string