prs_category.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 33 行

MOF
33
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  PRS_Category// ==================================================================   [UMLPackagePath ( "PRS::Support" ), Version ( "2.6.0" ),     Description (       "PRS_Category is used to classify the components of a Solution. "       "Hierarchical classifications are created by associating "       "PRS_CategoryParentChild with multiple PRS_Category instances.")]class PRS_Category : PRS_ExchangeElement {      [Description (          "The specific value for the category. For example, 'HP "          "Laserjet' would be a value for a category containing "          "printer names.")]   string CategoryContents;      [Description (          "The type of category. Used to give additional semantics to "          "the category. For example, a Category of Type 'Printers' "          "would qualify the list of category values for a list of "          "printers. \n"          "\n"          "Note: the relationship of Category Type to Category Value "          "expresses no intrinsic hierarchy. If a tree of "          "relationships exists to define categories and "          "sub-categories, this should be defined using "          "CategoryParentChild associations.")]   string CategoryType;};

⌨️ 快捷键说明

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