C# 클래스 NetMud.Data.EntityBackingData.Character

상속: NetMud.Data.EntityBackingData.EntityBackingDataPartial, ICharacter
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

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