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

Manual addition to the Approval class.
Показать файл Открыть проект Примеры использования класса

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

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

Gets the FIM name of the wrapped resource type.

RmApproval ( ) : System

Constructor.

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

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

Ensures all attributes exist.

RmApproval ( 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

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

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

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

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