Class EnableIfAttribute
- Namespace
- FriedSynapse.FlowEnt
[AttributeUsage(AttributeTargets.Field)]
public class EnableIfAttribute : AbstractIfAttribute
- Inheritance
-
EnableIfAttribute
- Inherited Members
- Extension Methods
Constructors
EnableIfAttribute(string, object)
public EnableIfAttribute(string field, object comparisonValue)
Parameters
EnableIfAttribute(string, params object[])
public EnableIfAttribute(string field, params object[] comparisonValues)