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

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

공개 메소드들

메소드 설명
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