EntityMapFactory.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(EntityMetadata, ITypeMapFactory, String)
public:
static Microsoft::Xrm::Sdk::Data::Mappings::EntityMap ^ Create(Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^ entityMetadata, Microsoft::Xrm::Sdk::Data::Mappings::ITypeMapFactory ^ typeMapFactory, System::String ^ entityAlias);
public static Microsoft.Xrm.Sdk.Data.Mappings.EntityMap Create (Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata, Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory typeMapFactory, string entityAlias);
static member Create : Microsoft.Xrm.Sdk.Metadata.EntityMetadata * Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory * string -> Microsoft.Xrm.Sdk.Data.Mappings.EntityMap
Public Shared Function Create (entityMetadata As EntityMetadata, typeMapFactory As ITypeMapFactory, entityAlias As String) As EntityMap
Parameters
- entityMetadata
- EntityMetadata
- typeMapFactory
- ITypeMapFactory
- entityAlias
- String
Returns
Applies to
Create(EntityMetadata, ITypeMapFactory, String, Boolean, HashSet<AttributeTypeCode>)
public static Microsoft.Xrm.Sdk.Data.Mappings.EntityMap Create (Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata, Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory typeMapFactory, string entityAlias, bool overrideLogicalAttributeCheck, System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode> attributeTypeWhiteList);
static member Create : Microsoft.Xrm.Sdk.Metadata.EntityMetadata * Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory * string * bool * System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode> -> Microsoft.Xrm.Sdk.Data.Mappings.EntityMap
Public Shared Function Create (entityMetadata As EntityMetadata, typeMapFactory As ITypeMapFactory, entityAlias As String, overrideLogicalAttributeCheck As Boolean, attributeTypeWhiteList As HashSet(Of AttributeTypeCode)) As EntityMap
Parameters
- entityMetadata
- EntityMetadata
- typeMapFactory
- ITypeMapFactory
- entityAlias
- String
- overrideLogicalAttributeCheck
- Boolean
- attributeTypeWhiteList
- HashSet<AttributeTypeCode>
Returns
Applies to
Create(EntityMetadata, ITypeMapFactory, String, Boolean, HashSet<AttributeTypeCode>, Boolean, HashSet<AttributeTypeDisplayName>)
public static Microsoft.Xrm.Sdk.Data.Mappings.EntityMap Create (Microsoft.Xrm.Sdk.Metadata.EntityMetadata entityMetadata, Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory typeMapFactory, string entityAlias, bool overrideLogicalAttributeCheck, System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode> attributeTypeWhiteList, bool skipUnsupportedAttributesFeature, System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName> unsupportedAttributeTypeNames);
static member Create : Microsoft.Xrm.Sdk.Metadata.EntityMetadata * Microsoft.Xrm.Sdk.Data.Mappings.ITypeMapFactory * string * bool * System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode> * bool * System.Collections.Generic.HashSet<Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName> -> Microsoft.Xrm.Sdk.Data.Mappings.EntityMap
Public Shared Function Create (entityMetadata As EntityMetadata, typeMapFactory As ITypeMapFactory, entityAlias As String, overrideLogicalAttributeCheck As Boolean, attributeTypeWhiteList As HashSet(Of AttributeTypeCode), skipUnsupportedAttributesFeature As Boolean, unsupportedAttributeTypeNames As HashSet(Of AttributeTypeDisplayName)) As EntityMap
Parameters
- entityMetadata
- EntityMetadata
- typeMapFactory
- ITypeMapFactory
- entityAlias
- String
- overrideLogicalAttributeCheck
- Boolean
- attributeTypeWhiteList
- HashSet<AttributeTypeCode>
- skipUnsupportedAttributesFeature
- Boolean
- unsupportedAttributeTypeNames
- HashSet<AttributeTypeDisplayName>