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

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

공개 프로퍼티들

프로퍼티 타입 설명
CondID int
FormIDType string
flags string[]
funcr string
funcw string
group int
hexview bool
hexviewwithdec bool
multiline bool
notininfo bool
options string[]
type ElementValueType

공개 메소드들

메소드 설명
ElementStructure ( ) : System
ElementStructure ( ElementStructure src, int optional, int repeat ) : System
ElementStructure ( SubrecordElement node ) : System
ToString ( ) : string

메소드 상세

ElementStructure() 공개 메소드

public ElementStructure ( ) : System
리턴 System

ElementStructure() 공개 메소드

public ElementStructure ( ElementStructure src, int optional, int repeat ) : System
src ElementStructure
optional int
repeat int
리턴 System

ElementStructure() 공개 메소드

public ElementStructure ( SubrecordElement node ) : System
node TESVSnip.Domain.Data.Structure.Xml.SubrecordElement
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CondID 공개적으로 프로퍼티

public int CondID
리턴 int

FormIDType 공개적으로 프로퍼티

public string FormIDType
리턴 string

flags 공개적으로 프로퍼티

public string[] flags
리턴 string[]

funcr 공개적으로 프로퍼티

public string funcr
리턴 string

funcw 공개적으로 프로퍼티

public string funcw
리턴 string

group 공개적으로 프로퍼티

public int group
리턴 int

hexview 공개적으로 프로퍼티

public bool hexview
리턴 bool

hexviewwithdec 공개적으로 프로퍼티

public bool hexviewwithdec
리턴 bool

multiline 공개적으로 프로퍼티

public bool multiline
리턴 bool

notininfo 공개적으로 프로퍼티

public bool notininfo
리턴 bool

options 공개적으로 프로퍼티

public string[] options
리턴 string[]

type 공개적으로 프로퍼티

public ElementValueType type
리턴 ElementValueType