Share via


EnumToStringUsingDescription Class

 

Applies To: Dynamics CRM 2015

Utility to convert an enum value into a description of what it is. Used with AuthenticationTypeCode.

Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.EnumToStringUsingDescription

Syntax

public class EnumToStringUsingDescription : TypeConverter
public ref class EnumToStringUsingDescription : TypeConverter
type EnumToStringUsingDescription = 
    class
        inherit TypeConverter
    end
Public Class EnumToStringUsingDescription
    Inherits TypeConverter

Constructors

Name Description
System_CAPS_pubmethod EnumToStringUsingDescription()

Methods

Name Description
System_CAPS_pubmethod CanConvertFrom(ITypeDescriptorContext, Type)

(Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).)

System_CAPS_pubmethod CanConvertFrom(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CanConvertTo(ITypeDescriptorContext, Type)

(Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).)

System_CAPS_pubmethod CanConvertTo(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFrom(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, CultureInfo, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

(Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)

System_CAPS_pubmethod ConvertTo(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, CultureInfo, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(ITypeDescriptorContext, IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetConvertFromException(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod GetConvertToException(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object, Attribute[])

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsValid(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod IsValid(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SortProperties(PropertyDescriptorCollection, String[])

(Inherited from TypeConverter.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod SerializeByJson(IEnumerable<Type>)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright