RelationshipMetadataBase Constructors

Definition

Overloads

RelationshipMetadataBase()

Initializes a new instance of the RelationshipMetadataBase class

RelationshipMetadataBase(RelationshipType)

Initializes a new instance of the RelationshipMetadataBase class

RelationshipMetadataBase()

Initializes a new instance of the RelationshipMetadataBase class

protected:
 RelationshipMetadataBase();
protected RelationshipMetadataBase ();
Protected Sub New ()

Applies to

RelationshipMetadataBase(RelationshipType)

Initializes a new instance of the RelationshipMetadataBase class

protected:
 RelationshipMetadataBase(Microsoft::Xrm::Sdk::Metadata::RelationshipType type);
protected RelationshipMetadataBase (Microsoft.Xrm.Sdk.Metadata.RelationshipType type);
new Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase : Microsoft.Xrm.Sdk.Metadata.RelationshipType -> Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Protected Sub New (type As RelationshipType)

Parameters

type
RelationshipType

The type of relationship.

Remarks

For internal use only.

Applies to