C# Class SobekCM.Core.Users.User_Object_Attribute_Mapping_Enum_Converter

Static helper class is used to convert strings to the enumeration for the user object attribute mapping
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
ToEnum ( string Value ) : User_Object_Attribute_Mapping_Enum

Convert a string to the enumeration for the user object attribute mapping

ToString ( User_Object_Attribute_Mapping_Enum Value ) : string

Convert the enumeration for the user object attribute mapping to a string

Method Details

ToEnum() public static méthode

Convert a string to the enumeration for the user object attribute mapping
public static ToEnum ( string Value ) : User_Object_Attribute_Mapping_Enum
Value string String value
Résultat User_Object_Attribute_Mapping_Enum

ToString() public static méthode

Convert the enumeration for the user object attribute mapping to a string
public static ToString ( User_Object_Attribute_Mapping_Enum Value ) : string
Value User_Object_Attribute_Mapping_Enum Enumeration value
Résultat string