Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.HideIfNotAttribute Constructor

Constructor.

Class: YetaWF.Core.Models.Attributes.HideIfNotAttribute
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public HideIfNotAttribute(
    string prop1,
    object? val1 );
public HideIfNotAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2 );
public HideIfNotAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2,
    string prop3,
    object? val3 );

Parameters

prop1

(not specified)

val1

(not specified)

prop2

(not specified)

val2

(not specified)

prop3

(not specified)

val3

(not specified)

Remarks

Standard constructor.

See Also YetaWF.Core.Models.Attributes.HideIfNotAttribute ClassYetaWF.Core Overview