CodeGlyphX logo
CodeGlyphX

API Reference

Class

AppStore

Namespace CodeGlyphX.Payloads.QrParsedData
Assembly CodeGlyphX
Implements
IEquatable<AppStore>
Modifiers sealed

App Store payload.

Inheritance

  • Object
  • AppStore

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public AppStore(String Raw, String Platform, String IdOrPackage) #

App Store payload.

Parameters

Raw System.String requiredposition: 0
Platform System.String requiredposition: 1
IdOrPackage System.String requiredposition: 2

Methods

public AppStore <Clone>$() #
Returns: AppStore
public Void Deconstruct(out String Raw, out String Platform, out String IdOrPackage) #
Returns: Void

Parameters

Raw String requiredposition: 0
Platform String requiredposition: 1
IdOrPackage String requiredposition: 2
public virtual Boolean Equals(AppStore other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Raw { get; set; } #
public String Platform { get; set; } #
public String IdOrPackage { get; set; } #