C# 클래스 TESVSnip.Domain.Data.Structure.ElementBase

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

공개 프로퍼티들

프로퍼티 타입 설명
desc string
name string
optional int
repeat int

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
ElementBase ( ) : System
ElementBase ( ElementBase src, int optional, int repeat ) : System
ElementBase ( Xml node ) : System

메소드 상세

ElementBase() 보호된 메소드

protected ElementBase ( ) : System
리턴 System

ElementBase() 보호된 메소드

protected ElementBase ( ElementBase src, int optional, int repeat ) : System
src ElementBase
optional int
repeat int
리턴 System

ElementBase() 보호된 메소드

protected ElementBase ( Xml node ) : System
node Xml
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

desc 공개적으로 프로퍼티

public string desc
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

optional 공개적으로 프로퍼티

public int optional
리턴 int

repeat 공개적으로 프로퍼티

public int repeat
리턴 int