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