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

상속: System.Attribute, ICloneable
파일 보기 프로젝트 열기: fjz13/Medusa

공개 메소드들

메소드 설명
AddAttribute ( string name, string val ) : void
Clone ( ) : object
Load ( string val ) : bool
LoadFrom ( Stream stream ) : bool
SaveTo ( Stream stream ) : bool

보호된 메소드들

메소드 설명
BaseSirenAttribute ( ) : System
BaseSirenAttribute ( StringPropertySet val ) : System
BaseSirenAttribute ( string val ) : System
OnLoaded ( ) : bool

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( string name, string val ) : void
name string
val string
리턴 void

BaseSirenAttribute() 보호된 메소드

protected BaseSirenAttribute ( ) : System
리턴 System

BaseSirenAttribute() 보호된 메소드

protected BaseSirenAttribute ( StringPropertySet val ) : System
val StringPropertySet
리턴 System

BaseSirenAttribute() 보호된 메소드

protected BaseSirenAttribute ( string val ) : System
val string
리턴 System

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

public abstract Clone ( ) : object
리턴 object

Load() 공개 메소드

public Load ( string val ) : bool
val string
리턴 bool

LoadFrom() 공개 메소드

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

OnLoaded() 보호된 메소드

protected OnLoaded ( ) : bool
리턴 bool

SaveTo() 공개 메소드

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