Show / Hide Table of Contents

    Class StaticDataRemovedAction

    Sent when static data is removed from IDataService

    Inheritance
    Object
    StaticDataRemovedAction
    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 StaticDataRemovedAction : IAction
    Remarks

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

    Constructors

    StaticDataRemovedAction()

    Declaration
    public StaticDataRemovedAction()

    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.