IRepositoryCreatePackage Method |
Create new UML package. Fails if a package with the same name already exists.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax IPackage CreatePackage(
string name,
string displayName,
string description,
string version
)
Parameters
- name
- Type: SystemString
The name. - displayName
- Type: SystemString
The display name. - description
- Type: SystemString
The description. - version
- Type: SystemString
The version.
Return Value
Type:
IPackageThe package.
Exceptions Exception | Condition |
---|
ModelException | Thrown when a package with the same name already exists. |
See Also