Click or drag to resize
DynamicProxyErrorPrecondition Class
Creates an Error Precondition from a DynamicProxy IInvocation
Inheritance Hierarchy
SystemObject
  ErrorUnit.InterfacesaErrorPrecondition
    ErrorUnit.ModelsDynamicProxyErrorPrecondition

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public class DynamicProxyErrorPrecondition : aErrorPrecondition

The DynamicProxyErrorPrecondition type exposes the following members.

Constructors
  NameDescription
Public methodDynamicProxyErrorPrecondition
Initializes a new instance of the DynamicProxyErrorPrecondition class.
Top
Properties
  NameDescription
Public propertyArguments
Gets the arguments.
(Overrides aErrorPreconditionArguments.)
Public propertyEnd
Gets the time the method completes successfully.
(Inherited from aErrorPrecondition.)
Public propertyErrorUnitWebCallId
Gets the error unit web call identifier.
(Inherited from aErrorPrecondition.)
Public propertyInvocationClassName
Gets the full type name of the class the method that failed is in.
(Overrides aErrorPreconditionInvocationClassName.)
Public propertyInvocationClassValue
Gets the invocation class.
(Overrides aErrorPreconditionInvocationClassValue.)
Public propertyMethodName
Gets the name of the method.
(Overrides aErrorPreconditionMethodName.)
Public propertyStart
Gets the start time of the method.
(Inherited from aErrorPrecondition.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also