IClaimsGapDocumentType Constructor (String, Boolean, NullableDateTime)

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GapDocumentType(
	string docTitle,
	bool isRequired,
	Nullable<DateTime> dateDocReceived
)

Parameters

docTitle
Type: SystemString

[Missing <param name="docTitle"/> documentation for "M:IAS.IClaims.GapDocumentType.#ctor(System.String,System.Boolean,System.Nullable{System.DateTime})"]

isRequired
Type: SystemBoolean

[Missing <param name="isRequired"/> documentation for "M:IAS.IClaims.GapDocumentType.#ctor(System.String,System.Boolean,System.Nullable{System.DateTime})"]

dateDocReceived
Type: SystemNullableDateTime

[Missing <param name="dateDocReceived"/> documentation for "M:IAS.IClaims.GapDocumentType.#ctor(System.String,System.Boolean,System.Nullable{System.DateTime})"]

See Also