C# 클래스 Octgn.Core.DataExtensionMethods.GameExtensionMethods

파일 보기 프로젝트 열기: octgn/OCTGN

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