docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Store

    Maintains Collection of BaseTransaction items for a Store and implements methods to retrieve them.

    Inheritance
    object
    CatalogItem
    Store
    Inherited Members
    CatalogItem.displayName
    CatalogItem.id
    CatalogItem.FindCategory(string)
    CatalogItem.GetCategories()
    CatalogItem.GetCategories(ICollection<Category>)
    CatalogItem.HasCategory(Category)
    CatalogItem.HasCategory(string)
    CatalogItem.GetDetails()
    CatalogItem.GetDetails(ICollection<BaseDetail>)
    CatalogItem.GetDetail<TDetail>()
    CatalogItem.GetHashCode()
    CatalogItem.Equals(object)
    Namespace: UnityEngine.GameFoundation
    Assembly: solution.dll
    Syntax
    public class Store : CatalogItem

    Methods

    Name Description
    GetStoreItems()

    Returns an array of the BaseTransaction items in this Store.

    GetStoreItemsByCategory(ICollection<string>)

    Returns an array of all BaseTransaction items in this Store with any of the specified Category set.

    GetStoreItemsByCategory(ICollection<string>, ICollection<BaseTransaction>)

    Adds all BaseTransaction items in this Store with any of the specified Category set to Collection.

    GetStoreItemsByCategory(ICollection<Category>)

    Returns an array of all BaseTransaction items in this Store with any of the specified Category set.

    GetStoreItemsByCategory(ICollection<Category>, ICollection<BaseTransaction>)

    Updates Collection of all BaseTransaction items in this Store with any of the specified Category set.

    GetStoreItemsByCategory(string)

    Returns an array of the BaseTransaction items in this Store with specified Category set.

    GetStoreItemsByCategory(Category)

    Returns an array of the BaseTransaction items in this Store with specified Category set.

    GetStoreItemsByCategory(Category, ICollection<BaseTransaction>)

    Adds all BaseTransaction items in this Store with specified Category set to Collection.

    ToString()

    Returns a summary string for this Store.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)