System.Power.Capability전원 기능

System.Power.Capability (ClassType)

전원 기능에 대한 정보가 포함되어 있습니다.

Element properties:

Base ClassSystem.PowerItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4360df0b-2306-54bd-0479-f45d6aef0b35

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000       
System.Power.Capability:
CapabilityID  guid  기능 ID 기능 ID true 256       
ApmPresent  int  APM 제공 APM 제공 false 256       
BatteriesAreShortTerm  int  단기 배터리임 단기 배터리임 false 256       
FullWake  int  전체 절전 모드 해제 전체 절전 모드 해제 false 256       
LidPresent  int  LID 제공 LID 제공 false 256       
PreferredPMProfile  int  기본 설정된 PMProfile 기본 설정된 PMProfile false 256       
ProcessorThrottle  int  프로세서 스로틀 프로세서 스로틀 false 256       
SystemBatteriesPresent  int  시스템 배터리 제공 시스템 배터리 제공 false 256       
SystemS1  int  S1 시스템 S1 시스템 false 256       
SystemS2  int  S2 시스템 S2 시스템 false 256       
SystemS3  int  S3 시스템 S3 시스템 false 256       
SystemS4  int  S4 시스템 S4 시스템 false 256       
SystemS5  int  S5 시스템 S5 시스템 false 256       
UpsPresent  int  UPS 제공 UPS 제공 false 256       
VideoDimPresent  int  비디오 Dim 제공 비디오 Dim 제공 false 256       
MinDeviceWakeState  string  최소 장치 절전 모드 해제 상태 최소 장치 절전 모드 해제 상태 false 256  False     
RtcWake  string  Rtc 절전 모드 해제 Rtc 절전 모드 해제 false 256  False     

Health Model:

Source Code:

<ClassType ID="System.Power.Capability" Accessibility="Public" Abstract="false" Base="System.PowerItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="CapabilityID" Key="true" Type="guid"/>
<Property ID="ApmPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="BatteriesAreShortTerm" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="FullWake" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="LidPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="PreferredPMProfile" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="ProcessorThrottle" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemBatteriesPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS1" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS2" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS3" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS4" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS5" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="UpsPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="VideoDimPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="MinDeviceWakeState" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="RtcWake" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>