POVマネージャ・クラス(clsPOVMgr)

fdmAPI.API.POVMgr.API呼出し

表55.POVマネージャ・クラス(clsPOVMgr)

API呼出しメソッド/プロパティ/オブジェクト参照説明
fCategoryKey方法指定されたカテゴリ名の数値カテゴリ・キーを返します。

入力: ByVal strCat As String

出力: Integer
fCategoryName方法指定されたカテゴリ・キーのカテゴリのテキスト名を返します。

入力: ByVal lngCatKey As Integer

出力: String
fCheckLocParent方法要求されたロケーションがMAPPINGの親として他のロケーションに割り当てられているかどうかを確認します。

入力: ByVal strLoc As String

出力: Boolean
fCheckLocProf方法指定されたロケーションのすべての動作属性を"objLocProfile"タイプのCOMオブジェクトとして返します。このオブジェクトは、ロケーションとデータ・セグメント割当てのキー情報も含みます。

入力: ByVal strLoc As String

出力: objLocProfile

objLocProfileプロパティ:

  • blnAdapterImport

  • blnChild

  • blnExists

  • blnScriptImport

  • blnSeq

  • lngControlsType

  • lngLocKey

  • lngParentLocKey

  • lngRedFlagLevel

  • lngSegKey

  • lngType

  • strAdaptor

  • strCLogicGrp

  • strControlsApprover

  • strControlsApproverProxy

  • strControlsGrp1

  • strControlsGrp2

  • strControlsParent

  • strCurrency

  • strDataValue

  • strImportGrp

  • strIntgConfig1

  • strIntgConfig2

  • strIntgConfig3

  • strIntgConfig4

  • strLogicGrp

  • strNotes

  • strParent

  • strValEntityGrp

  • strValRuleGrp

fGetLocationName方法数値キーに基づいてロケーションのテキスト名を返します。

入力: ByVal lngPartKey As Integer

出力: String
fPeriodKey方法指定された期間値に関連付けられている属性をobjPeriodタイプのCOMオブジェクトとして返します。このプロシージャは、ロケーションの以前の期間を返すためにも使用できます。この場合は、オプションのパラメータblnPriorPerをtrueに設定します。デフォルトでは、このプロシージャにより、頻度MすなわちMonthlyに関連付けられたターゲットの期間が返されます。ただし、オプションのパラメータstrFreqを使用すると、別の頻度に関連付けられたターゲット値を取得できます。

入力: ByVal strPer As String、Optional ByVal blnPriorPer As Boolean = False、Optional ByVal strFreq As String = ""

出力: objPeriod

objPeriodプロパティ:

  • dblSerialKey

  • dteDateKey

  • strDateKey

  • strSerialKey

  • strTarget

  • strTargetYear