C# Класс OfflineServer.Persona

Class containing all of the required variables and initializers to create and use a local Persona.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
rating System.Int32
score System.Int32

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

Метод Описание
Persona ( PersonaEntity persona ) : OfflineServer.Servers

Initializes the Persona class with the given persona entity.

ToString ( ) : String

Converts the Persona to its multilined string equivalent.

getCompleteGarage ( ) : String

Reads the complete garage of the current active persona.

getCurrentPersonaList ( ) : ObservableCollection

Reads the registered personas from a fixed-string database file.

This is NOT dynamic, this only reads from the database.

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

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

Initializes the Persona class with the given persona entity.
public Persona ( PersonaEntity persona ) : OfflineServer.Servers
persona OfflineServer.Servers.Database.Entities.PersonaEntity
Результат OfflineServer.Servers

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

Converts the Persona to its multilined string equivalent.
public ToString ( ) : String
Результат String

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

Reads the complete garage of the current active persona.
public getCompleteGarage ( ) : String
Результат String

getCurrentPersonaList() публичный статический Метод

Reads the registered personas from a fixed-string database file.
This is NOT dynamic, this only reads from the database.
public static getCurrentPersonaList ( ) : ObservableCollection
Результат ObservableCollection

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

rating публичное свойство

public Int32,System rating
Результат System.Int32

score публичное свойство

public Int32,System score
Результат System.Int32