Table of Contents

Class EnableIfAttribute

[AttributeUsage(AttributeTargets.Field)]
public class EnableIfAttribute : AbstractIfAttribute
Inheritance
EnableIfAttribute
Inherited Members
Extension Methods

Constructors

EnableIfAttribute(string, object)

public EnableIfAttribute(string field, object comparisonValue)

Parameters

field string
comparisonValue object

EnableIfAttribute(string, params object[])

public EnableIfAttribute(string field, params object[] comparisonValues)

Parameters

field string
comparisonValues object[]