Click or drag to resize

memberRegistryTools Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Conversion tools
Inheritance Hierarchy
SystemObject
  imbSCI.Core.data.metadatamemberRegistryTools

Namespace:  imbSCI.Core.data.metadata
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class memberRegistryTools
Request Example View Source

The memberRegistryTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEnum
Gets the enum.
Public methodStatic memberGetString
Gets the string.
Public methodStatic memberGetXMLMemberName
Gets the name of the XML member.
Public methodStatic memberToMemberType(MemberTypes)
Public methodStatic memberToMemberType(memberRegistryEntryType)
Performs an implicit conversion from memberRegistryEntryType to MemberTypes.
Top
Fields
  NameDescription
Public fieldStatic memberregex_SelectMethodPath
Selects two or three groups from the member XML name attribute. First group is member type, then namespace/type path and 3rd is method brackets content
Public fieldStatic memberSTR_E
Public fieldStatic memberSTR_F
Public fieldStatic memberSTR_M
Public fieldStatic memberSTR_N
Public fieldStatic memberSTR_P
Public fieldStatic memberSTR_T
Public fieldStatic memberSTR_U
Top
See Also