ITypeMapFactory.Get(AttributeMetadata, EntityMetadata) Method

Definition

public:
 Microsoft::Xrm::Sdk::Data::Mappings::TypeMap ^ Get(Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^ attributeMetadata, Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^ entityMetadata);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.CodeQuality.Analyzers", "CA1716: Identifiers should not match keywords", Justification="FxCop Bankruptcy")]
public Microsoft.Xrm.Sdk.Data.Mappings.TypeMap Get (Microsoft.Xrm.Sdk.Metadata.AttributeMetadata attributeMetadata, Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata);
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.CodeQuality.Analyzers", "CA1716: Identifiers should not match keywords", Justification="FxCop Bankruptcy")>]
abstract member Get : Microsoft.Xrm.Sdk.Metadata.AttributeMetadata * Microsoft.Xrm.Sdk.Metadata.EntityMetadata -> Microsoft.Xrm.Sdk.Data.Mappings.TypeMap
Public Function Get (attributeMetadata As AttributeMetadata, entityMetadata As EntityMetadata) As TypeMap

Parameters

attributeMetadata
AttributeMetadata
entityMetadata
EntityMetadata

Returns

Attributes

Applies to