RetrieveEventRegistrationsRequest Class

 

Applies To: Dynamics Marketing

Contains the data that’s required to retrieve a collection of event registrations.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Event
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Common.SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common.SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.Event.RetrieveEventRegistrationsRequest

Syntax

[DataContractAttribute]
public class RetrieveEventRegistrationsRequest : SdkRequest
[DataContractAttribute]
public ref class RetrieveEventRegistrationsRequest : SdkRequest
[<DataContractAttribute>]
type RetrieveEventRegistrationsRequest = 
    class
        inherit SdkRequest
    end
<DataContractAttribute>
Public Class RetrieveEventRegistrationsRequest
    Inherits SdkRequest

Constructors

Name Description
System_CAPS_pubmethod RetrieveEventRegistrationsRequest()

Initializes a new instance of theRetrieveEventRegistrationsRequest class.

Properties

Name Description
System_CAPS_pubproperty ContactID

Gets or sets the contact ID.

System_CAPS_pubproperty EventID

Gets or sets the event ID.

System_CAPS_pubproperty IncludeCanceled

Gets or sets a flag that indicates if the response should include cancelled registrations.

System_CAPS_pubproperty MaxNumberOfRecords

Gets or sets the maximum number of registration items to return in the response.

System_CAPS_pubproperty RegistrationSetupID

Gets or sets the registration setup ID.

System_CAPS_pubproperty SessionID

Gets or sets the session ID.

System_CAPS_pubproperty SkipNumberOfRecords

Gets or sets the number of registration items, starting from the beginning of the results, to not return in the response.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethod ToBrokeredMessage(String)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The class properties are used to filter the query results returned in the response.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

RetrieveEventRegistrationsResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace
Manage event registration and attendance

Return to top