C# Класс Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmApprovalResponse

Наследование: Microsoft.ResourceManagement.ObjectModel.RmResource
Показать файл Открыть проект

Открытые методы

Метод Описание
GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmApprovalResponse ( ) : System

Constructor.

Защищенные методы

Метод Описание
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmApprovalResponse ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialization.

Приватные методы

Метод Описание
EnsureCustomAttributesExist ( ) : void

Implement this method to ensure that custom attributes, i.e. attributes not defined in the default FIM schema, exist.

Описание методов

EnsureSpecificAttributesExist() защищенный Метод

Ensures all attributes exist.
protected EnsureSpecificAttributesExist ( ) : void
Результат void

GetResourceType() публичный Метод

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
Результат string

RmApprovalResponse() публичный Метод

Constructor.
public RmApprovalResponse ( ) : System
Результат System

RmApprovalResponse() защищенный Метод

Constructor for serialization.
protected RmApprovalResponse ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System