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

Show 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 property

public int CondID
return int

FormIDType public property

public string FormIDType
return string

desc public property

public string desc
return string

flags public property

public string[] flags
return string[]

group public property

public int group
return int

hexview public property

public bool hexview
return bool

multiline public property

public bool multiline
return bool

name public property

public string name
return string

notininfo public property

public bool notininfo
return bool

optional public property

public bool optional
return bool

options public property

public string[] options
return string[]

repeat public property

public bool repeat
return bool

type public property

public ElementValueType type
return ElementValueType