Click or drag to resize

mEdmTaskInstance Class

Mock object for the IEdmTaskInstance
Inheritance Hierarchy
SystemObject
  CADSharpTools.TestingmEdmTaskInstance

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class mEdmTaskInstance : IEdmTaskInstance

The mEdmTaskInstance type exposes the following members.

Constructors
  NameDescription
Public methodmEdmTaskInstance
Creates a new mock instance of the IEdmTaskInstance.
Top
Properties
  NameDescription
Public propertyGetVarExExtended
Gets or sets a custom implementation to GetValEx(String)
Public propertyGetVarExtended
Public propertyID
Returns the ID of the variable.
Public propertyInstanceGUID
Returns the GUID of the instance.
Public propertyTaskGUID
Public propertyTaskName
Top
Methods
  NameDescription
Public methodGetStatus
Public methodGetValEx
Gets the value of the specified user-defined variable.
Public methodGetVar
Returns the value of a variable. Use SetVar(Object, Object) to set the variable.
Public methodSetProgressPos
Public methodSetProgressRange
Public methodSetStatus
Public methodSetValEx
Sets the value of the specified user-defined variable.
Public methodSetVar
Sets the value of a variable.
Top
Remarks
This object allows you to set a custom implementation of GetValEx(String) and GetVar(Object) through extended func properties.
See Also