Share via


RelationshipInfo Class

 

Applies To: Dynamics CRM 2015

Provides information about a relationship. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Metadata.RelationshipInfo

Syntax

public sealed class RelationshipInfo
public ref class RelationshipInfo sealed 
[<Sealed>]
type RelationshipInfo = class end
Public NotInheritable Class RelationshipInfo

Constructors

Name Description
System_CAPS_pubmethod RelationshipInfo(PropertyInfo, RelationshipSchemaNameAttribute)

Creates a RelationshipInfo class.

Properties

Name Description
System_CAPS_pubproperty CrmAssociationAttribute

Gets the annotation for the relationship property.

System_CAPS_pubproperty IsCollection

Indicates that the relationship property returns a collection of entities.

System_CAPS_pubproperty Property

Gets the reflection object for the relationship property.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod SerializeByJson(IEnumerable<Type>)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright