C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmRequest

Manual addition to the Request class.
Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Méthode Description
GetRequestParameters ( ) : IList

Gets the request parameters as a list of RequestParameter objects.

GetResourceType ( ) : string

Gets the FIM name of the wrapped resource type.

RmRequest ( ) : System

Constructor.

Méthodes protégées

Méthode Description
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

RmRequest ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialization.

Private Methods

Méthode Description
EnsureCustomAttributesExist ( ) : void

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

Method Details

EnsureSpecificAttributesExist() protected méthode

Ensures all attributes exist.
protected EnsureSpecificAttributesExist ( ) : void
Résultat void

GetRequestParameters() public méthode

Gets the request parameters as a list of RequestParameter objects.
public GetRequestParameters ( ) : IList
Résultat IList

GetResourceType() public méthode

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
Résultat string

RmRequest() public méthode

Constructor.
public RmRequest ( ) : System
Résultat System

RmRequest() protected méthode

Constructor for serialization.
protected RmRequest ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System