⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prs_resource.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  PRS_Resource// ==================================================================   [UMLPackagePath ( "PRS::Support" ), Version ( "2.6.0" ),     Description (       "Each PRS_Resolution may have an associated cost of "       "implementation. This cost may have several components such as "       "time, material costs, labor cost, etc. To capture these costs, "       "a PRS_Resouce is associated with a PRS_Resolution. For Service "       "Incidents, one or more PRS_Resource objects may be associated "       "with an Activity.")]class PRS_Resource : PRS_ExchangeElement {      [Description (          "A string describing the type of resource.")]   string ResourceType;      [Description (          "Number of units of resource used.")]   uint16 Quantity;      [Description (          "Unit of measure for this resource.")]   string Units;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -