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

显示文件 Open project: figment/tesvsnip Class Usage Examples

Public Properties

Property Type Description
desc string
name string
optional int
repeat int

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
ElementBase ( ) : System
ElementBase ( ElementBase src, int optional, int repeat ) : System
ElementBase ( Xml node ) : System

Method Details

ElementBase() protected method

protected ElementBase ( ) : System
return System

ElementBase() protected method

protected ElementBase ( ElementBase src, int optional, int repeat ) : System
src ElementBase
optional int
repeat int
return System

ElementBase() protected method

protected ElementBase ( Xml node ) : System
node Xml
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

desc public_oe property

public string desc
return string

name public_oe property

public string name
return string

optional public_oe property

public int optional
return int

repeat public_oe property

public int repeat
return int