C# 클래스 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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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

메소드 상세

ToEnum() 공개 정적인 메소드

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
리턴 User_Object_Attribute_Mapping_Enum

ToString() 공개 정적인 메소드

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
리턴 string