Click or drag to resize

RequiredIfAttribute Constructor

Initializes a new instance of the RequiredIfAttribute class.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public RequiredIfAttribute(
	string otherProperty,
	Object otherPropertyValue
)

Parameters

otherProperty  String
The other property.
otherPropertyValue  Object
The other property value.
See Also