Click or drag to resize

EdmObjectFactory Class

PDM objects Factory class for testing.
Inheritance Hierarchy
SystemObject
  CADSharpTools.TestingEdmObjectFactory

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

The EdmObjectFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFileObjectFromRelativePath
Creates the file object using relative path.
Public methodStatic memberCreateVaultObject
Creates the vault object after attempting to auto-login to the vault.
Public methodStatic memberGetuserGroupObject
Returns the user group object from the specified user group name (login name) or id.
Public methodStatic memberGetUserObject
Returns the user object from the specified user name (login name) or id.
Public methodStatic memberGetWorkflowTransition
Returns the workflow transition object from the specified workflow transition name or id.
Public methodStatic memberMockEdmCmd
Mocks the EdmCmd struct.
Public methodStatic memberMockEdmCmdDataFromFile
Creates the EdmCmdData struct from the specified file.
Top
See Also