Click or drag to resize
WorkType Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the WorkType class

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public WorkType(
	string type,
	string name,
	string unit,
	bool isBillable = false
)

Parameters

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:_3LProServices.TimeService.WorkType.#ctor(System.String,System.String,System.String,System.Boolean)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:_3LProServices.TimeService.WorkType.#ctor(System.String,System.String,System.String,System.Boolean)"]

unit
Type: SystemString

[Missing <param name="unit"/> documentation for "M:_3LProServices.TimeService.WorkType.#ctor(System.String,System.String,System.String,System.Boolean)"]

isBillable (Optional)
Type: SystemBoolean

[Missing <param name="isBillable"/> documentation for "M:_3LProServices.TimeService.WorkType.#ctor(System.String,System.String,System.String,System.Boolean)"]

See Also