Freigeben über


RequiredResource Class

Definition

Specifies a resource that is required for a scheduling operation.

For the Web API the corresponding type is RequiredResource ComplexType.

public ref class RequiredResource sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RequiredResource : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RequiredResource = class
    interface IExtensibleDataObject
Public NotInheritable Class RequiredResource
Implements IExtensibleDataObject
Inheritance
RequiredResource
Attributes
Implements

Constructors

Name Description
RequiredResource()

Initializes a new instance of the RequiredResource class.

RequiredResource(Guid, Guid)

Initializes a new instance of the RequiredResource class setting the resource and resource specification IDs.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

ResourceId

Gets or sets the ID of the required resource.

ResourceSpecId

Gets or sets the ID of the required resource specification.

Applies to

See also