dundas.data.Relationship Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.Relationship
 

Constructors

 
  Name Description
init Initializes the dundas.data.Relationship object.
 
 

Properties

 
  Name Description
category Gets or sets category.
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
id Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase.
keys Gets or sets the relationship keys for this relationship.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
referencedStructureDescription Gets or sets the referenced structure description.
referencedStructureFullName Gets or sets the referenced structure full name.
referencedStructureId Gets or sets the referenced structure ID.
referencedStructureName Gets or sets the referenced structure name.
structureDescription Gets or sets the structure description.
structureFullName Gets or sets the structure full name.
structureId Gets or sets the structure ID.
structureName Gets or sets the structure 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.