C# Class System.Xml.Serialization.EnumMap

Inheritance: ObjectMap
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
EnumMap ( EnumMapMember members, bool isFlags ) : System.Xml
GetEnumName ( string typeName, string xmlName ) : string
GetXmlName ( string typeName, object enumValue ) : string

Method Details

EnumMap() public method

public EnumMap ( EnumMapMember members, bool isFlags ) : System.Xml
members EnumMapMember
isFlags bool
return System.Xml

GetEnumName() public method

public GetEnumName ( string typeName, string xmlName ) : string
typeName string
xmlName string
return string

GetXmlName() public method

public GetXmlName ( string typeName, object enumValue ) : string
typeName string
enumValue object
return string