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
Mostra file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method 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 method

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
return User_Object_Attribute_Mapping_Enum

ToString() public static method

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
return string