Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.RequiredIfNotSuppliedAttribute Constructor

Constructor.

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

Syntax

public RequiredIfNotSuppliedAttribute( string prop1 );
public RequiredIfNotSuppliedAttribute(
    string prop1,
    string prop2 );
public RequiredIfNotSuppliedAttribute(
    string prop1,
    string prop2,
    string prop3 );

Parameters

prop1

(not specified)

prop2

(not specified)

prop3

(not specified)

Remarks

Standard constructor.

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