Show / Hide Table of Contents

    Class StaticDataAddedAction

    Sent when new data is added to the IDataService

    Inheritance
    Object
    StaticDataAddedAction
    Implements
    IAction
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class StaticDataAddedAction : IAction
    Remarks

    This IAction will usually contain a large number of datas as it is invoked when Content data is loaded. Bear this in mind if iterating over and operating on the payload.

    Constructors

    StaticDataAddedAction()

    Declaration
    public StaticDataAddedAction()

    Fields

    _typesToDispatchAs

    Declaration
    protected Type[] _typesToDispatchAs
    Field Value
    Type Description
    Type[]

    Properties

    dataIdDict

    Declaration
    public Dictionary<Type, List<string>> dataIdDict { get; set; }
    Property Value
    Type Description
    Dictionary<Type, List<String>>

    TypesToDispatchAs

    Declaration
    public virtual Type[] TypesToDispatchAs { get; }
    Property Value
    Type Description
    Type[]

    Methods

    ResetAction()

    Declaration
    public virtual void ResetAction()

    Implements

    IAction
    Back to top Copyright © 2020 East Side Games Inc.