C# Class NetMud.Data.EntityBackingData.Character

Inheritance: NetMud.Data.EntityBackingData.EntityBackingDataPartial, ICharacter
Datei anzeigen Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Empty constructor
public Character ( ) : System
return System

Create() public method

Add it to the cache and save it to the file system
public Create ( ) : IData
return IData

FitnessReport() public method

Gets the errors for data fitness
public FitnessReport ( ) : IList
return IList

FullName() public method

Full name to refer to this NPC with
public FullName ( ) : string
return string

GetModelDimensions() public method

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
return Tuple

Remove() public method

Remove this object from the db permenantly
public Remove ( ) : bool
return bool

Save() public method

Update the field data for this object to the db
public Save ( ) : bool
return bool