C# Класс NetMud.Data.EntityBackingData.Character

Наследование: NetMud.Data.EntityBackingData.EntityBackingDataPartial, ICharacter
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Character() публичный Метод

Empty constructor
public Character ( ) : System
Результат System

Create() публичный Метод

Add it to the cache and save it to the file system
public Create ( ) : IData
Результат IData

FitnessReport() публичный Метод

Gets the errors for data fitness
public FitnessReport ( ) : IList
Результат IList

FullName() публичный Метод

Full name to refer to this NPC with
public FullName ( ) : string
Результат string

GetModelDimensions() публичный Метод

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
Результат Tuple

Remove() публичный Метод

Remove this object from the db permenantly
public Remove ( ) : bool
Результат bool

Save() публичный Метод

Update the field data for this object to the db
public Save ( ) : bool
Результат bool