C# 클래스 Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmRequest

Manual addition to the Request class.
파일 보기 프로젝트 열기: Predica/FimClient

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
EnsureSpecificAttributesExist ( ) : void

Ensures all attributes exist.

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

GetRequestParameters() 공개 메소드

Gets the request parameters as a list of RequestParameter objects.
public GetRequestParameters ( ) : IList
리턴 IList

GetResourceType() 공개 메소드

Gets the FIM name of the wrapped resource type.
public GetResourceType ( ) : string
리턴 string

RmRequest() 공개 메소드

Constructor.
public RmRequest ( ) : System
리턴 System

RmRequest() 보호된 메소드

Constructor for serialization.
protected RmRequest ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System