Creates the contents of the RequestParameter property of the Request resource that is created by the CreateResourceActivity activity. The contents of the RequestParameter property control which operations the Request performs, and on which set of attributes.

The following tables list the members exposed by the CreateRequestParameter type.

Public Constructors

  Name Description
CreateRequestParameter Overloaded. Overloaded methods that initialize new instances of the CreateRequestParameter class.
Top

Public Properties

  Name Description
public property Calculated  (Inherited from RequestParameter)
public property Operation Indicates the operation that the Request will perform on the target attribute.
public property PropertyName A String value that represents the name of the property to set the value for.
public property Target  Gets and sets the target of the request. (Inherited from RequestParameter)
public property Value Indicates the value to set for the property that is specified by the PropertyName property.
Top

Public Methods (see also Protected Methods)

  Name Description
public methodstatic Convert Static method that converts the resource that is represented by a ResourceType object into an instance of a CreateRequestParameter object. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public methodstatic CreateResource Creates a ResourceType instance based on objectType and createParameters. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic IsNullRequestParameterPredicate  (Inherited from RequestParameter)
public methodstatic ReferenceEquals  (Inherited from Object)
public methodstatic RequestParameterConverter  (Inherited from RequestParameter)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also