次の方法で共有


CurrentSpend クラス

定義

予算に対して追跡されている現在のコストの量。

public class CurrentSpend
type CurrentSpend = class
Public Class CurrentSpend
継承
CurrentSpend

コンストラクター

CurrentSpend()

CurrentSpend クラスの新しいインスタンスを初期化します。

CurrentSpend(Nullable<Decimal>, String)

CurrentSpend クラスの新しいインスタンスを初期化します。

プロパティ

Amount

予算によって追跡されているコストの合計量を取得します。

Unit

予算金額の測定単位を取得します。

適用対象