ClrEnumMemberAnnotation(IDictionary<Enum,IEdmEnumMember>) Constructor
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.
Initializes a new instance of ClrEnumMemberAnnotation class.
public ClrEnumMemberAnnotation (System.Collections.Generic.IDictionary<Enum,Microsoft.OData.Edm.IEdmEnumMember> map);
new Microsoft.AspNet.OData.ClrEnumMemberAnnotation : System.Collections.Generic.IDictionary<Enum, Microsoft.OData.Edm.IEdmEnumMember> -> Microsoft.AspNet.OData.ClrEnumMemberAnnotation
Public Sub New (map As IDictionary(Of Enum, IEdmEnumMember))
Parameters
The mapping between CLR Enum member and the EDM IEdmEnumMember.