Show / Hide Table of Contents

Interface ITrackedControllerEnumerable

Inherited Members
ITrackedEnumerable.Callbacks
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface ITrackedControllerEnumerable : ITrackedEnumerable, IEnumerable

Properties

Parent

Declaration
IController Parent { get; }
Property Value
Type Description
IController

PropertyName

Declaration
string PropertyName { get; }
Property Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
TrackedCollectionExtensions.NotifyChanged(ITrackedControllerEnumerable)
TrackedCollectionExtensions.ApplyChange(ITrackedControllerEnumerable, Action)
TrackedCollectionExtensions.ApplyChange<T>(ITrackedControllerEnumerable, Func<T>)
TrackedCollectionExtensions.ApplyChangeConditional(ITrackedControllerEnumerable, Func<Boolean>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾