dundas.transfer.TransferResult Class

 

Inheritance Hierarchy

 
Class
   dundas.transfer.TransferResult
 

Constructors

 
  Name Description
init Initializes the TransferResult. Called during construction.
 
 

Properties

 
  Name Description
accountDetails Gets or sets the account details array.
appSettingDetails Gets or sets the app setting details array.
builtInResourceDetails Gets or sets the built-in resources details array.
customAttributeDetails Gets or sets the custom attribute detail array
fileSystemEntryDetails Gets or sets the File System Entry Details array.
groupDetails Gets or sets the group details array.
jobDetails Gets or sets the job details array.
notificationDetails Gets or sets the Notification Details array.
staticResourceDetails Gets or sets the static resources details array.
status Gets or sets the flag for success
tenantDetails Gets or sets the tenant detail array.
timeTaken Gets or sets the time taken
tokenDetails Gets or sets the token details array.
transferFileId Gets or sets the transfer file ID.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.