C# Class NetMud.Data.EntityBackingData.Character

Inheritance: NetMud.Data.EntityBackingData.EntityBackingDataPartial, ICharacter
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Character ( ) : System

Empty constructor

Create ( ) : IData

Add it to the cache and save it to the file system

FitnessReport ( ) : IList

Gets the errors for data fitness

FullName ( ) : string

Full name to refer to this NPC with

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

Remove ( ) : bool

Remove this object from the db permenantly

Save ( ) : bool

Update the field data for this object to the db

Method Details

Character() public méthode

Empty constructor
public Character ( ) : System
Résultat System

Create() public méthode

Add it to the cache and save it to the file system
public Create ( ) : IData
Résultat IData

FitnessReport() public méthode

Gets the errors for data fitness
public FitnessReport ( ) : IList
Résultat IList

FullName() public méthode

Full name to refer to this NPC with
public FullName ( ) : string
Résultat string

GetModelDimensions() public méthode

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
Résultat Tuple

Remove() public méthode

Remove this object from the db permenantly
public Remove ( ) : bool
Résultat bool

Save() public méthode

Update the field data for this object to the db
public Save ( ) : bool
Résultat bool