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

Inheritance: ElementBase
显示文件 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_oe property

public int CondID
return int

FormIDType public_oe property

public string FormIDType
return string

flags public_oe property

public string[] flags
return string[]

funcr public_oe property

public string funcr
return string

funcw public_oe property

public string funcw
return string

group public_oe property

public int group
return int

hexview public_oe property

public bool hexview
return bool

hexviewwithdec public_oe property

public bool hexviewwithdec
return bool

multiline public_oe property

public bool multiline
return bool

notininfo public_oe property

public bool notininfo
return bool

options public_oe property

public string[] options
return string[]

type public_oe property

public ElementValueType type
return ElementValueType