WalletTransactionItemBase 类

继承层次结构

System.Object
  Microsoft.Phone.Wallet.WalletItem
    Microsoft.Phone.Wallet.WalletTransactionItemBase
      Microsoft.Phone.Wallet.OnlinePaymentInstrument
      Microsoft.Phone.Wallet.PaymentInstrument
      Microsoft.Phone.Wallet.WalletTransactionItem

命名空间:  Microsoft.Phone.Wallet
程序集:  Microsoft.Phone(在 Microsoft.Phone.dll 中)

语法

声明
Public MustInherit Class WalletTransactionItemBase _
    Inherits WalletItem _
    Implements IWalletTransactionHistory, ISecureElementItem
public abstract class WalletTransactionItemBase : WalletItem, 
    IWalletTransactionHistory, ISecureElementItem
public ref class WalletTransactionItemBase abstract : public WalletItem, 
    IWalletTransactionHistory, ISecureElementItem
[<AbstractClass>]
type WalletTransactionItemBase =  
    class
        inherit WalletItem
        interface IWalletTransactionHistory
        interface ISecureElementItem
    end

WalletTransactionItemBase 类型公开以下成员。

属性

  名称 说明
公共属性 BackgroundColor
公共属性 BarcodeImage (继承自 WalletItem。)
公共属性 BillingAddress
公共属性 BillingPhone
公共属性 CustomerName (继承自 WalletItem。)
公共属性 CustomProperties (继承自 WalletItem。)
公共属性 DisplayAvailableBalance
公共属性 DisplayAvailableCredit
公共属性 DisplayBalance
公共属性 DisplayCreditLimit
公共属性 DisplayName (继承自 WalletItem。)
公共属性 Id (继承自 WalletItem。)
公共属性 IsAcknowledged (继承自 WalletItem。)
公共属性 IssuerAddress
公共属性 IssuerName (继承自 WalletItem。)
公共属性 IssuerPhone
公共属性 IssuerWebsite (继承自 WalletItem。)
公共属性 IsUserAttentionRequired (继承自 WalletItem。)
公共属性 LastUpdated (继承自 WalletItem。)
公共属性 Logo159x159 (继承自 WalletItem。)
公共属性 Logo336x336 (继承自 WalletItem。)
公共属性 Logo99x99 (继承自 WalletItem。)
公共属性 Message (继承自 WalletItem。)
公共属性 MessageNavigationUri (继承自 WalletItem。)
公共属性 NavigationUri (继承自 WalletItem。)
公共属性 Nickname
公共属性 Notes (继承自 WalletItem。)
公共属性 SecureElementProperties
公共属性 SupportedUsages
公共属性 TransactionHistory
公共属性 TransactionHistoryNavigationUri
公共属性 UserImage (继承自 WalletItem。)

页首

方法

  名称 说明
公共方法 Equals(Object) 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 NotifyActivationAuthenticationCompleted
公共方法 SaveAsync (继承自 WalletItem。)
公共方法 SetUserAttentionRequiredNotification (继承自 WalletItem。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 Undo (继承自 WalletItem。)
公共方法 UpdateId (继承自 WalletItem。)

页首

版本信息

适用于 Windows Phone 应用的 .NET

受以下版本支持:Windows Phone 8、Silverlight 8.1

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Phone.Wallet 命名空间