C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure

Mostra file Open project: NexusMods/NexusModManager-4.5

Public Properties

Property Type Description
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

Public Methods

Method Description
ElementStructure ( XmlNode node ) : System

Method Details

ElementStructure() public method

public ElementStructure ( XmlNode node ) : System
node System.Xml.XmlNode
return System

Property Details

CondID public_oe property

public int CondID
return int

FormIDType public_oe property

public string FormIDType
return string

desc public_oe property

public string desc
return string

flags public_oe property

public string[] flags
return string[]

group public_oe property

public int group
return int

hexview public_oe property

public bool hexview
return bool

multiline public_oe property

public bool multiline
return bool

name public_oe property

public string name
return string

notininfo public_oe property

public bool notininfo
return bool

optional public_oe property

public bool optional
return bool

options public_oe property

public string[] options
return string[]

repeat public_oe property

public bool repeat
return bool

type public_oe property

public ElementValueType type
return ElementValueType