C# 클래스 Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 프로퍼티들

프로퍼티 타입 설명
CondID int
FormIDType string
desc string
flags string[]
group int
hexview bool
multiline bool
name string
notininfo bool
optional bool
options string[]
repeat bool
type ElementValueType

공개 메소드들

메소드 설명
ElementStructure ( XmlNode node ) : System

메소드 상세

ElementStructure() 공개 메소드

public ElementStructure ( XmlNode node ) : System
node System.Xml.XmlNode
리턴 System

프로퍼티 상세

CondID 공개적으로 프로퍼티

public int CondID
리턴 int

FormIDType 공개적으로 프로퍼티

public string FormIDType
리턴 string

desc 공개적으로 프로퍼티

public string desc
리턴 string

flags 공개적으로 프로퍼티

public string[] flags
리턴 string[]

group 공개적으로 프로퍼티

public int group
리턴 int

hexview 공개적으로 프로퍼티

public bool hexview
리턴 bool

multiline 공개적으로 프로퍼티

public bool multiline
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

notininfo 공개적으로 프로퍼티

public bool notininfo
리턴 bool

optional 공개적으로 프로퍼티

public bool optional
리턴 bool

options 공개적으로 프로퍼티

public string[] options
리턴 string[]

repeat 공개적으로 프로퍼티

public bool repeat
리턴 bool

type 공개적으로 프로퍼티

public ElementValueType type
리턴 ElementValueType