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

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CondID int
CondOperand string
Condition CondType
ContaintsConditionals bool
UseHexEditor bool
desc string
elements Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure[]
name string
notininfo bool
optional int
repeat int
size int

공개 메소드들

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

메소드 상세

SubrecordStructure() 공개 메소드

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

프로퍼티 상세

CondID 공개적으로 프로퍼티

public int CondID
리턴 int

CondOperand 공개적으로 프로퍼티

public string CondOperand
리턴 string

Condition 공개적으로 프로퍼티

public CondType Condition
리턴 CondType

ContaintsConditionals 공개적으로 프로퍼티

public bool ContaintsConditionals
리턴 bool

UseHexEditor 공개적으로 프로퍼티

public bool UseHexEditor
리턴 bool

desc 공개적으로 프로퍼티

public string desc
리턴 string

elements 공개적으로 프로퍼티

public ElementStructure[],Nexus.Client.Games.Gamebryo.Tools.TESsnip elements
리턴 Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure[]

name 공개적으로 프로퍼티

public string name
리턴 string

notininfo 공개적으로 프로퍼티

public bool notininfo
리턴 bool

optional 공개적으로 프로퍼티

public int optional
리턴 int

repeat 공개적으로 프로퍼티

public int repeat
리턴 int

size 공개적으로 프로퍼티

public int size
리턴 int