Show / Hide Table of Contents

Class EnabledParamAttribute

Specifies the name of another property on this same object that determines if this UI should be enabled or not. If the property using this is a list, its expcted the property pointed to is also a list.

Inheritance
System.Object
EnabledParamAttribute
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class EnabledParamAttribute : Attribute

Constructors

EnabledParamAttribute(String)

Declaration
public EnabledParamAttribute(string paramName)
Parameters
Type Name Description
System.String paramName

Fields

EnabledDeterminedByParam

Declaration
public string EnabledDeterminedByParam
Field Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾