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 |