Initializes a new instance of the XmlRequiredAttribute class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public XmlRequiredAttribute(
	bool isRequired,
	bool invokeConstructor,
	Object defaultValue
)
Visual Basic (Declaration)
Public Sub New ( _
	isRequired As Boolean, _
	invokeConstructor As Boolean, _
	defaultValue As Object _
)
Visual C++
public:
XmlRequiredAttribute(
	bool isRequired, 
	bool invokeConstructor, 
	Object^ defaultValue
)

Parameters

isRequired
Type: System..::.Boolean

[Missing <param name="isRequired"/> documentation for "M:Bespoke.Common.XmlRequiredAttribute.#ctor(System.Boolean,System.Boolean,System.Object)"]

invokeConstructor
Type: System..::.Boolean

[Missing <param name="invokeConstructor"/> documentation for "M:Bespoke.Common.XmlRequiredAttribute.#ctor(System.Boolean,System.Boolean,System.Object)"]

defaultValue
Type: System..::.Object

[Missing <param name="defaultValue"/> documentation for "M:Bespoke.Common.XmlRequiredAttribute.#ctor(System.Boolean,System.Boolean,System.Object)"]

See Also