IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

ODataSchemaAssociation Type

An object representing a single OData schema navigation property and its corresponding association.

Remarks

An object representing a single OData schema navigation property and its corresponding association.

Fields

Description
String

The documentation long description of the OData schema association.

FromRole
String

The name of the starting point of the navigation.

FromRoleDescription
String

The documentation long description of the OData schema FromRole association end point.

FromRoleEntity
String

The name of the entity that FromRole association end point maps to.

FromRoleMultiplicity
AssociationMultiplicities

The multiplicity of the FromRole association end point. This is used along with ToRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many).

The available values are:

nmZeroOne (0) Zero-One (0..1)
nmOne (1) One (1)
nmMany (2) Many (*)

FromRoleSummary
String

The documentation summary of the OData schema FromRole association end point.

Name
String

The Name of the OData schema navigation property.

OnDelete
AssociationDeleteActions

The delete action to be performed.

Available values are:

daNone (0) Only the specified entry instance within FromRoleEntity is deleted. This is the default value.
daCascade (1) After the specified entry instance is deleted within FromRoleEntity, the action is applied to the entry instance within the ToRoleEntity. For example, a single Customer is associated with multiple Orders. When a Customer is deleted, all Orders associated with the Customer will be deleted.

Relationship
String

The name of the relationship (association) of the navigation property.

Summary
String

The documentation summary of the OData schema association.

ToRole
String

The name of the end point of the navigation.

ToRoleDescription
String

The documentation long description of the OData schema ToRole association end point.

ToRoleEntity
String

The name of the entity that ToRole association end point maps to.

ToRoleMultiplicity
AssociationMultiplicities

The multiplicity of the ToRole association end point. This is used along with FromRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many).

The available values are:

nmZeroOne (0) Zero-One (0..1)
nmOne (1) One (1)
nmMany (2) Many (*)

ToRoleSummary
String

The documentation summary of the OData schema ToRole association end point.

Constructors

[VB.NET]
Public ODataSchemaAssociation()

[C#]
public ODataSchemaAssociation();



 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0