 | CommonRequiredUploadCancellationDocumentType Constructor (DataRow) |
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RequiredUploadCancellationDocumentType(
DataRow dataRow
)
Public Sub New (
dataRow As DataRow
)
public function CommonRequiredUploadCancellationDocumentType(
dataRow : DataRow
)
IAS.RequiredUploadCancellationDocumentType = function(dataRow);
Parameters
- dataRow
- Type: System.DataDataRow
[Missing <param name="dataRow"/> documentation for "M:IAS.Common.RequiredUploadCancellationDocumentType.#ctor(System.Data.DataRow)"]
See Also