EventRegistration Class

 

Applies To: Dynamics Marketing

Represents an event registration in Microsoft Dynamics Marketing.

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.EventRegistration

Syntax

[DataContractAttribute]
public class EventRegistration
[DataContractAttribute]
public ref class EventRegistration 
[<DataContractAttribute>]
type EventRegistration = class end
<DataContractAttribute>
Public Class EventRegistration

Constructors

Name Description
System_CAPS_pubmethod EventRegistration()

Initializes a new instance of theEventRegistration class.

Properties

Name Description
System_CAPS_pubproperty ByContact

Gets or sets the event registration by contact.

System_CAPS_pubproperty Event

Gets or sets the event registration’s event.

System_CAPS_pubproperty ForContact

Gets or sets the event registrations for a contact.

System_CAPS_pubproperty Id

Gets or sets the event registration’s ID.

System_CAPS_pubproperty IsFree

Gets or sets a value indicating whether the registration is free.

System_CAPS_pubproperty RegistrationDate

Gets or sets the event registration's expense create date.

System_CAPS_pubproperty Version

Gets or sets the event registration’s version.

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_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Manage event registration and attendance
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and cancel event registration
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top