Table of Contents

Class ShowIfAttribute

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

Constructors

ShowIfAttribute(string, object)

public ShowIfAttribute(string field, object comparisonValue)

Parameters

field string
comparisonValue object

ShowIfAttribute(string, params object[])

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

Parameters

field string
comparisonValues object[]