Event Class

 

Applies To: Dynamics Marketing

Represents an event 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.Event

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod Event()

Initializes a new instance of theEvent class.

Properties

Name Description
System_CAPS_pubproperty Id

Gets or sets the event’s ID.

System_CAPS_pubproperty Name

Gets or sets the event’s name.

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 attendance
Sample: Create, read, update, and cancel event registration
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top