Creates an object instance of this type and returns it as a
specific business object interface.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
SyntaxT Create<T>(
IFolder pFolder,
string name,
string description
)
where T : IObject
Parameters
- pFolder
- Type: PDTec.IceNet.Core.ModelIFolder
The folder the object ist to be instantiated in - name
- Type: SystemString
The name. Must not be empty. - description
- Type: SystemString
The Description. Can be an empty string.
Type Parameters
- T
- The type of the requested business objects interface
Return Value
Type:
TThe new business object
See Also