Method | 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.
|
Method | Description | |
---|---|---|
EnsureSpecificAttributesExist ( ) : void |
Ensures all attributes exist.
|
|
RmRequest ( SerializationInfo info, StreamingContext context ) : System |
Constructor for serialization.
|
Method | Description | |
---|---|---|
EnsureCustomAttributesExist ( ) : void |
Implement this method to ensure that custom attributes, i.e. attributes not defined in the default FIM schema, exist.
|
protected EnsureSpecificAttributesExist ( ) : void | ||
return | void |
protected RmRequest ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |