C# Class TESVSnip.Domain.Data.Structure.ElementStructure

Inheritance: ElementBase
Show file Open project: figment/tesvsnip Class Usage Examples

Public Properties

Property Type Description
CondID int
FormIDType string
flags string[]
funcr string
funcw string
group int
hexview bool
hexviewwithdec bool
multiline bool
notininfo bool
options string[]
type ElementValueType

Public Methods

Method Description
ElementStructure ( ) : System
ElementStructure ( ElementStructure src, int optional, int repeat ) : System
ElementStructure ( SubrecordElement node ) : System
ToString ( ) : string

Method Details

ElementStructure() public method

public ElementStructure ( ) : System
return System

ElementStructure() public method

public ElementStructure ( ElementStructure src, int optional, int repeat ) : System
src ElementStructure
optional int
repeat int
return System

ElementStructure() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

CondID public property

public int CondID
return int

FormIDType public property

public string FormIDType
return string

flags public property

public string[] flags
return string[]

funcr public property

public string funcr
return string

funcw public property

public string funcw
return string

group public property

public int group
return int

hexview public property

public bool hexview
return bool

hexviewwithdec public property

public bool hexviewwithdec
return bool

multiline public property

public bool multiline
return bool

notininfo public property

public bool notininfo
return bool

options public property

public string[] options
return string[]

type public property

public ElementValueType type
return ElementValueType