Click or drag to resize

ProjectOperationsCreateClass Method

Create custom actual, budget, earned or forecast cost classes.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public CreateEntityResult CreateClass(
	CreateClassServiceArguments createClassServiceArguments
)

Parameters

createClassServiceArguments
Type: Cobra.Model.WebServiceCreateClassServiceArguments
An instance of CreateClassServiceArguments class that contains the service arguments to create a new class that a project will use to collect and organize project cost data.

Return Value

Type: CreateEntityResult
An instance of CreateEntityResult that contains whether the entity was sucessfully created or the error if it wasn't created.
See Also