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

Afficher le fichier Open project: figment/tesvsnip Class Usage Examples

Méthodes publiques

Свойство Type Description
desc string
name string
optional int
repeat int

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
ElementBase ( ) : System
ElementBase ( ElementBase src, int optional, int repeat ) : System
ElementBase ( Xml node ) : System

Method Details

ElementBase() protected méthode

protected ElementBase ( ) : System
Résultat System

ElementBase() protected méthode

protected ElementBase ( ElementBase src, int optional, int repeat ) : System
src ElementBase
optional int
repeat int
Résultat System

ElementBase() protected méthode

protected ElementBase ( Xml node ) : System
node Xml
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

desc public_oe property

public string desc
Résultat string

name public_oe property

public string name
Résultat string

optional public_oe property

public int optional
Résultat int

repeat public_oe property

public int repeat
Résultat int