Click or drag to resize

EnumType Class

Represents one or more enum values
Inheritance Hierarchy
SystemObject
  SmartTests.RangesEnumType

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public class EnumType : IType

The EnumType type exposes the following members.

Constructors
  NameDescription
Public methodEnumType
Initializes a new instance of the EnumType class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodErrorValueT
Adds an enum value (considered an error) to test for.
Public methodErrorValuesT
Adds enum values (considered an error) to test for as an equivalence class.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidValueT
Adds enum values to test for as an equivalence class.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueT
Adds an enum value to test for.
Public methodValuesT
Adds enum values to test for as an equivalence class.
Top
See Also