Class NationalDoNotCallValidateImportRequest
Inheritance
System.Object
NationalDoNotCallValidateImportRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class NationalDoNotCallValidateImportRequest : ServiceRequest
Constructors
NationalDoNotCallValidateImportRequest()
Declaration
public NationalDoNotCallValidateImportRequest()
Properties
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAreaCodeList
Declaration
public bool IsAreaCodeList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsChangeFile
Declaration
public bool IsChangeFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCompleteFile
Declaration
public bool IsCompleteFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCompleteNationalList
Declaration
public bool IsCompleteNationalList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverwriteExistingDate
Declaration
public bool IsOverwriteExistingDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStateList
Declaration
public bool IsStateList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|