Class CcdUsage
CcdUsage model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdUsage
Constructors
CcdUsage(Guid, Decimal)
Creates an instance of CcdUsage.
Declaration
[Preserve]
public CcdUsage(Guid projectguid = default(Guid), decimal quantity = 0M)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | projectguid | projectguid param |
| Decimal | quantity | quantity param |
Properties
Projectguid
Declaration
[Preserve]
public Guid Projectguid { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Quantity
Declaration
[Preserve]
public decimal Quantity { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |