ClrEnumMemberAnnotation Class
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.
Represents a mapping betwwen an IEdmEnumMember and a CLR Enum member.
public class ClrEnumMemberAnnotation
type ClrEnumMemberAnnotation = class
Public Class ClrEnumMemberAnnotation
- Inheritance
-
ClrEnumMemberAnnotation
Constructors
ClrEnumMemberAnnotation(IDictionary<Enum,IEdmEnumMember>) |
Initializes a new instance of ClrEnumMemberAnnotation class. |
Methods
GetClrEnumMember(IEdmEnumMember) |
Gets the CLR Enum member for IEdmEnumMember. |
GetEdmEnumMember(Enum) |
Gets the IEdmEnumMember for the CLR Enum member. |