Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.SuppressIfNotAttribute Constructor

Constructor.

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

Syntax

public SuppressIfNotAttribute(
    string prop1,
    object? val1 );
public SuppressIfNotAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2 );
public SuppressIfNotAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2,
    string prop3,
    object? val3 );
public SuppressIfNotAttribute(
    string prop1,
    object? val1,
    string prop2,
    object? val2,
    string prop3,
    object? val3,
    string prop4,
    object? val4 );

Parameters

prop1

(not specified)

val1

(not specified)

prop2

(not specified)

val2

(not specified)

prop3

(not specified)

val3

(not specified)

prop4

(not specified)

val4

(not specified)

Remarks

Standard constructor.

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