Packages

c

dynamics.common

ImportJson

class ImportJson extends Object

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportJson
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImportJson(name: String, modecode: Int = ModeCode.Create, sendnotification: UndefOr[Boolean] = js.undefined, emailaddress: UndefOr[String] = js.undefined, createdon: UndefOr[String] = js.undefined, statuscode: UndefOr[Int] = js.undefined, statecode: UndefOr[Int] = js.undefined, Import_ImportFile: UndefOr[Array[ImportFileJson]] = js.undefined, Import_AsyncOperations: UndefOr[Array[AsyncOperationOData]] = js.undefined, importid: UndefOr[String] = js.undefined)

Value Members

  1. val Import_AsyncOperations: UndefOr[Array[AsyncOperationOData]]
  2. val Import_ImportFile: UndefOr[Array[ImportFileJson]]
  3. val createdon: UndefOr[String]
  4. val emailaddress: UndefOr[String]
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. val importid: UndefOr[String]
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val modecode: Int
  9. val name: String
  10. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  11. val sendnotification: UndefOr[Boolean]
  12. val statecode: UndefOr[Int]
  13. val statuscode: UndefOr[Int]
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object