C# Class Octgn.Core.DataExtensionMethods.CardExtensionMethods

Exibir arquivo Open project: octgn/OCTGN

Public Methods

Method Description
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

Private Methods

Method Description
GenerateProxyImage ( this card, Octgn.DataNew.Entities.Set set, string uri ) : void

Method Details

Clone() public static method

public static Clone ( this card ) : Card
card this
return Octgn.DataNew.Entities.Card

Clone() public static method

public static Clone ( this card ) : Octgn.DataNew.Entities.MultiCard
card this
return Octgn.DataNew.Entities.MultiCard

GetImageUri() public static method

public static GetImageUri ( this card ) : string
card this
return string

GetPicture() public static method

public static GetPicture ( this card ) : string
card this
return string

GetProxyMappings() public static method

public static GetProxyMappings ( this card ) : string>.Dictionary
card this
return string>.Dictionary

GetProxyPicture() public static method

public static GetProxyPicture ( this card ) : string
card this
return string

GetSet() public static method

public static GetSet ( this card ) : Octgn.DataNew.Entities.Set
card this
return Octgn.DataNew.Entities.Set

HasProperty() public static method

public static HasProperty ( this card, string name ) : bool
card this
name string
return bool

PropertyName() public static method

public static PropertyName ( this card ) : string
card this
return string

PropertySet() public static method

public static PropertySet ( this card ) : object>.IDictionary
card this
return object>.IDictionary

SetPropertySet() public static method

public static SetPropertySet ( this card, string propertyType = "" ) : void
card this
propertyType string
return void

ToMultiCard() public static method

public static ToMultiCard ( this card, int quantity = 1, bool clone = true ) : Octgn.DataNew.Entities.MultiCard
card this
quantity int
clone bool
return Octgn.DataNew.Entities.MultiCard