dundas.transfer.ExportConfigInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.transfer.ExportConfigInfo
 

Constructors

 
  Name Description
init Initializes the ExportConfigInfo. Called during construction.
 
 

Properties

 
  Name Description
createdBy Gets or sets the ID of the user who created it.
createdTime Gets or sets the time it was created.
id Gets or sets the ID.
lastUsedBy Gets or sets the ID of the last person who used it.
lastUsedTime Gets or sets the last used time.
name Gets or sets the name.
 
 

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.
toRawString Converts this object to an unescaped string. Used mainly for inputs.
toString Converts this object to an HTML escaped string.