Click or drag to resize

imbTypeEnumExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.enumworksimbTypeEnumExtensions

Namespace:  imbSCI.Core.extensions.enumworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbTypeEnumExtensions
Request Example View Source

The imbTypeEnumExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberconvertToBasicEnumT
Converts a Enum type member into another Enum type member with name starting with or being the same as name of the first.
Public methodStatic memberfindEnumerationMember
Pronalazi imbEnumMemberInfo sa imenom koje odgovara needle-u, ako ne pronadje onda vraca podrazumevani enum na osnovu inputInt
Public methodStatic memberHasFlagAttribute
Determines whether the Type of en has FlagsAttribute attribute set
Public methodStatic memberHasFlags
Determines whether the specified en has flags .
Public methodStatic memberimbToEnumeration(Object, Type, Enum)
Convers an value to the best fit Enumeration member
Public methodStatic memberimbToEnumerationT(Object)
Public methodStatic memberSetFlagT
Sets the flag specified flag
Top
See Also