EnumDescriptor 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.
public:
EnumDescriptor(Guid id, System::String ^ name, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<int, System::String ^>> ^ values);
public EnumDescriptor (Guid id, string name, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,string>> values);
new Microsoft.Xrm.Sdk.Data.CodeGen.EnumDescriptor : Guid * string * seq<System.Collections.Generic.KeyValuePair<int, string>> -> Microsoft.Xrm.Sdk.Data.CodeGen.EnumDescriptor
Public Sub New (id As Guid, name As String, values As IEnumerable(Of KeyValuePair(Of Integer, String)))
Parameters
- id
- Guid
- name
- String
- values
- IEnumerable<KeyValuePair<Int32,String>>