ConstraintRelation Class

Definition

Specifies additional constraints to be applied when you select resources for appointments.

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

Remarks

For the Web API the corresponding type is ConstraintRelation complex type.

Constructors

ConstraintRelation()

Initializes a new instance of the ConstraintRelation class.

ConstraintRelation(Guid, String, String)

Initializes a new instance of the ConstraintRelation class that sets the object ID, constraint type, and constraints.

Properties

Constraints

Gets or sets the set of additional constraints.

ConstraintType

Gets or sets the type of constraints.

ExtensionData

Gets or sets the structure that contains extra data.

ObjectId

Gets or sets the ID of the calendar rule to which the constraint is applied.

Applies to

See also