C# Класс Octgn.Core.DataExtensionMethods.GameExtensionMethods

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
AllCards ( this game ) : IEnumerable
AllCards ( this game, bool hidden ) : IEnumerable
AllProperties ( this game ) : IEnumerable
CreateDeck ( this game ) : Octgn.DataNew.Entities.Deck
GetAllMarkers ( this game ) : IEnumerable
GetCardById ( this game, System.Guid id ) : Card
GetCardByName ( this game, string name ) : Card
GetCardProxyDef ( this game ) : Octgn.ProxyGenerator.ProxyDefinition
GetDefaultDeckPath ( this game ) : string
GetPackById ( this game, System.Guid id ) : Pack
GetScripts ( this game ) : IEnumerable
GetSetById ( this game, System.Guid id ) : Octgn.DataNew.Entities.Set
Install ( this game ) : Game

Not Implemented

Sets ( this game ) : IEnumerable
ToDataTable ( this cards, Game game ) : DataTable
UpdateGameHash ( this game, string hash ) : Game

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

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

public static AllCards ( this game ) : IEnumerable
game this
Результат IEnumerable

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

public static AllCards ( this game, bool hidden ) : IEnumerable
game this
hidden bool
Результат IEnumerable

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

public static AllProperties ( this game ) : IEnumerable
game this
Результат IEnumerable

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

public static CreateDeck ( this game ) : Octgn.DataNew.Entities.Deck
game this
Результат Octgn.DataNew.Entities.Deck

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

public static GetAllMarkers ( this game ) : IEnumerable
game this
Результат IEnumerable

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

public static GetCardById ( this game, System.Guid id ) : Card
game this
id System.Guid
Результат Octgn.DataNew.Entities.Card

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

public static GetCardByName ( this game, string name ) : Card
game this
name string
Результат Octgn.DataNew.Entities.Card

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

public static GetCardProxyDef ( this game ) : Octgn.ProxyGenerator.ProxyDefinition
game this
Результат Octgn.ProxyGenerator.ProxyDefinition

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

public static GetDefaultDeckPath ( this game ) : string
game this
Результат string

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

public static GetPackById ( this game, System.Guid id ) : Pack
game this
id System.Guid
Результат Octgn.DataNew.Entities.Pack

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

public static GetScripts ( this game ) : IEnumerable
game this
Результат IEnumerable

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

public static GetSetById ( this game, System.Guid id ) : Octgn.DataNew.Entities.Set
game this
id System.Guid
Результат Octgn.DataNew.Entities.Set

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

Not Implemented
public static Install ( this game ) : Game
game this
Результат Game

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

public static Sets ( this game ) : IEnumerable
game this
Результат IEnumerable

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

public static ToDataTable ( this cards, Game game ) : DataTable
cards this
game Game
Результат System.Data.DataTable

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

public static UpdateGameHash ( this game, string hash ) : Game
game this
hash string
Результат Game