C# Class LSLib.Stats.StatDefinition

Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
properties string>.Dictionary

Méthodes publiques

Méthode Description
GetProperty ( string name ) : string
SetProperty ( string name, string value ) : void
StatDefinition ( string name ) : System

Méthodes protégées

Méthode Description
GetPropertyDefinition ( string property ) : PropertyDefinition
GetPropertyDefinitions ( ) : PropertyDefinition>.Dictionary

Method Details

GetProperty() public méthode

public GetProperty ( string name ) : string
name string
Résultat string

GetPropertyDefinition() protected méthode

protected GetPropertyDefinition ( string property ) : PropertyDefinition
property string
Résultat PropertyDefinition

GetPropertyDefinitions() abstract protected méthode

abstract protected GetPropertyDefinitions ( ) : PropertyDefinition>.Dictionary
Résultat PropertyDefinition>.Dictionary

SetProperty() public méthode

public SetProperty ( string name, string value ) : void
name string
value string
Résultat void

StatDefinition() public méthode

public StatDefinition ( string name ) : System
name string
Résultat System

Property Details

properties public_oe property

public Dictionary properties
Résultat string>.Dictionary