PMGroupOUBalance Class |
Namespace: PM90SettingsAPI
public class PMGroupOUBalance : PMBalance
The PMGroupOUBalance type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddOneTimeUpdate |
Creates a new one time occuring balance update
(Inherited from PMBalance.) |
![]() | AddRecurringUpdate |
Creates a new recurring balance change
(Inherited from PMBalance.) |
![]() | IncrementBalance(NullableDouble, NullableInt32) |
Increases the current balance amount. The UsePages value will determine whether currency or pages value is used.
(Inherited from PMBalance.) |
![]() | IncrementBalance(Boolean, NullableDouble, NullableInt32) |
Increases the current balance amount. The UsePages value will determine whether currency or pages value is used.
|
![]() | SetBalance(NullableDouble, NullableInt32) |
Sets the current balance amount. The UsePages value will determine whether currency or pages value is used.
(Inherited from PMBalance.) |
![]() | SetBalance(Boolean, NullableDouble, NullableInt32) |
Sets the current balance amount. The UsePages value will determine whether currency or pages value is used.
|
![]() | SetGlobalBalanceName |
Updates this balances name globally
(Inherited from PMBalance.) |
![]() | SetGlobalNegativeBalance |
Updates this balances negative balance option
(Inherited from PMBalance.) |
![]() | SetGlobalOutOfBalanceAction |
Specifies the action to be taken when this job is out of balance
(Inherited from PMBalance.) |
![]() | SetUnlimited(Boolean) |
Sets the balance Unlimited or not
(Inherited from PMBalance.) |
![]() | SetUnlimited(Boolean, Boolean) |
Sets the balance Unlimited or not, and apply to current members.
|
Name | Description | |
---|---|---|
![]() | AllowNegative |
If the balance supports a negative value
(Inherited from PMBalance.) |
![]() | BalanceID |
The balance's unique database id
(Inherited from PMBalance.) |
![]() | Currency |
The amount of currency quota the object currently has
(Inherited from PMBalance.) |
![]() | IsDefault |
If the balance is the default balance
(Inherited from PMBalance.) |
![]() | IsPaid |
If the balance is paid for by end user directly
(Inherited from PMBalance.) |
![]() | Name |
The balance's friendly name
(Inherited from PMBalance.) |
![]() | OutOfBalanceAction |
Gets the current action that will be applied when the balance is out
(Inherited from PMBalance.) |
![]() | Pages |
The amount of pages quota the object currently has
(Inherited from PMBalance.) |
![]() | ScheduledUpdates |
Get a list of scheduled updates for this balance
(Inherited from PMBalance.) |
![]() | Unlimited |
True when balance is unlimited, and currency / pages values should be ignored
(Inherited from PMBalance.) |
![]() | UsePages |
Indicates that Pages should be used instead of currency value
(Inherited from PMBalance.) |