Show / Hide Table of Contents

    Class GenericIAP

    Inheritance
    Object
    GenericIAP
    Implements
    IGenericIAP
    IEntity
    IInjectable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class GenericIAP : IGenericIAP, IEntity, IInjectable

    Constructors

    GenericIAP(String)

    Declaration
    public GenericIAP(string id)
    Parameters
    Type Name Description
    String id

    Fields

    _genericIAPData

    Declaration
    protected IGenericIAPData _genericIAPData
    Field Value
    Type Description
    IGenericIAPData

    _genericIAPSavedData

    Declaration
    protected IGenericIAPSavedData _genericIAPSavedData
    Field Value
    Type Description
    IGenericIAPSavedData

    _id

    Declaration
    protected readonly string _id
    Field Value
    Type Description
    String

    Properties

    GenericIAPData

    Declaration
    public virtual IGenericIAPData GenericIAPData { get; }
    Property Value
    Type Description
    IGenericIAPData

    GenericIAPSavedData

    Declaration
    public virtual IGenericIAPSavedData GenericIAPSavedData { get; }
    Property Value
    Type Description
    IGenericIAPSavedData

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    Methods

    Cleanup(IEntityLoaderService)

    Declaration
    public virtual void Cleanup(IEntityLoaderService entityLoaderService)
    Parameters
    Type Name Description
    IEntityLoaderService entityLoaderService

    Initialize()

    Declaration
    public virtual void Initialize()

    Inject(IResolver)

    Declaration
    public virtual void Inject(IResolver resolver)
    Parameters
    Type Name Description
    IResolver resolver

    Implements

    IGenericIAP
    IEntity
    IInjectable
    Back to top Copyright © 2020 East Side Games Inc.