Click or drag to resize

Validate Class

[Missing <summary> documentation for "T:CallFlowFramework.Validate"]

Inheritance Hierarchy
SystemObject
  CallFlowFrameworkValidate

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public class Validate

The Validate type exposes the following members.

Constructors
  NameDescription
Public methodValidate
Initializes a new instance of the Validate class
Top
Methods
  NameDescription
Public methodStatic memberArgumentNotNull
Throws ArgumentNullException if null is passed in.
Public methodStatic memberArgumentNotNullOrEmpty
Throws ArgumentException if null or empty string is passed in.
Public methodStatic memberAssertNotNull
Throws NullReferenceException if null is passed in.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberThreadOperation
Throws InvalidOperationException if the passed in thread differs from the caller thread.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also