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

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

공개 메소드들

메소드 설명
Clone ( ) : object
HasValue ( object obj ) : bool
Link ( SirenAssembly assembly ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool
SetToDefault ( object obj ) : void
SirenField ( ) : System
SirenField ( SirenCustomClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
SirenField ( ushort id, SirenTypeId type ) : System
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

HasValue() 공개 메소드

public HasValue ( object obj ) : bool
obj object
리턴 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

SetToDefault() 공개 메소드

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

SirenField() 공개 메소드

public SirenField ( ) : System
리턴 System

SirenField() 공개 메소드

public SirenField ( SirenCustomClass parentSirenClass, PropertyInfo info, SirenFieldAttribute attribute, uint index, ushort id ) : System
parentSirenClass SirenCustomClass
info System.Reflection.PropertyInfo
attribute SirenFieldAttribute
index uint
id ushort
리턴 System

SirenField() 공개 메소드

public SirenField ( ushort id, SirenTypeId type ) : System
id ushort
type SirenTypeId
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string