Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.HideIfAttribute Constructor

Constructor.

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

Syntax

public HideIfAttribute(
    string prop1,
    object? val1 );
public HideIfAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2 );
public HideIfAttribute(
    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.HideIfAttribute ClassYetaWF.Core Overview