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

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

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

Метод Описание
Clone ( this card ) : Card
Clone ( this card ) : Octgn.DataNew.Entities.MultiCard
GetImageUri ( this card ) : string
GetPicture ( this card ) : string
GetProxyMappings ( this card ) : string>.Dictionary
GetProxyPicture ( this card ) : string
GetSet ( this card ) : Octgn.DataNew.Entities.Set
HasProperty ( this card, string name ) : bool
PropertyName ( this card ) : string
PropertySet ( this card ) : object>.IDictionary
SetPropertySet ( this card, string propertyType = "" ) : void
ToMultiCard ( this card, int quantity = 1, bool clone = true ) : Octgn.DataNew.Entities.MultiCard

Приватные методы

Метод Описание
GenerateProxyImage ( this card, Octgn.DataNew.Entities.Set set, string uri ) : void

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

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

public static Clone ( this card ) : Card
card this
Результат Octgn.DataNew.Entities.Card

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

public static Clone ( this card ) : Octgn.DataNew.Entities.MultiCard
card this
Результат Octgn.DataNew.Entities.MultiCard

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

public static GetImageUri ( this card ) : string
card this
Результат string

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

public static GetPicture ( this card ) : string
card this
Результат string

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

public static GetProxyMappings ( this card ) : string>.Dictionary
card this
Результат string>.Dictionary

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

public static GetProxyPicture ( this card ) : string
card this
Результат string

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

public static GetSet ( this card ) : Octgn.DataNew.Entities.Set
card this
Результат Octgn.DataNew.Entities.Set

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

public static HasProperty ( this card, string name ) : bool
card this
name string
Результат bool

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

public static PropertyName ( this card ) : string
card this
Результат string

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

public static PropertySet ( this card ) : object>.IDictionary
card this
Результат object>.IDictionary

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

public static SetPropertySet ( this card, string propertyType = "" ) : void
card this
propertyType string
Результат void

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

public static ToMultiCard ( this card, int quantity = 1, bool clone = true ) : Octgn.DataNew.Entities.MultiCard
card this
quantity int
clone bool
Результат Octgn.DataNew.Entities.MultiCard