Class Index | File Index

Classes


Class LABKEY.Domain.DomainDesign

DomainDesign static class to describe the shape and fields of a domain. The LABKEY.Domain 'get' and 'set' methods employ DomainDesign.
Defined in: Domain.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
description
The description of this domain.
 
The uinque ID of this domain.
 
The URI of this domain.
 
An array of objects that each describe a domain field.
 
name
The name of this domain.
Class Detail
LABKEY.Domain.DomainDesign()
Field Detail
{String} description
The description of this domain.

{Integer} domainId
The uinque ID of this domain.

{String} domainURI
The URI of this domain.

{Object} fields
An array of objects that each describe a domain field. Each object has the following properties:

{String} name
The name of this domain.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Mar 16 2017 20:36:35 GMT-0000 (UTC)