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

상속: SirenType
파일 보기 프로젝트 열기: fjz13/Medusa

보호된 프로퍼티들

프로퍼티 타입 설명
mParent BaseSirenCustomType

공개 메소드들

메소드 설명
AddAttribute ( string name, string val ) : void
SetAttribute ( string val ) : void

보호된 메소드들

메소드 설명
BaseSirenCustomType ( string name = "" )

메소드 상세

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

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

BaseSirenCustomType() 보호된 메소드

protected BaseSirenCustomType ( string name = "" )
name string

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

public abstract SetAttribute ( string val ) : void
val string
리턴 void

프로퍼티 상세

mParent 보호되어 있는 프로퍼티

protected BaseSirenCustomType mParent
리턴 BaseSirenCustomType