EventActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.EventActivity+JsonConverter))]
public class EventActivity : Microsoft.Teams.Api.Activities.Activity, ICloneable, IConvertible, Microsoft.Teams.Api.Activities.IEventActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.EventActivity+JsonConverter))>]
type EventActivity = class
inherit Activity
interface IEventActivity
interface IActivity
interface IConvertible
interface ICloneable
Public Class EventActivity
Inherits Activity
Implements ICloneable, IConvertible, IEventActivity
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EventActivity(Name) | |
Properties
| Name | Description |
|---|---|
| ChannelData | (Inherited from Activity) |
| ChannelId | (Inherited from Activity) |
| Conversation | (Inherited from Activity) |
| Entities | (Inherited from Activity) |
| From | (Inherited from Activity) |
| Id | (Inherited from Activity) |
| IsStreaming | (Inherited from Activity) |
| Locale | (Inherited from Activity) |
| LocalTimestamp | (Inherited from Activity) |
| Name | |
| Properties | (Inherited from Activity) |
| Recipient | (Inherited from Activity) |
| RelatesTo |
Obsolete.
(Inherited from Activity)
|
| ReplyToId | (Inherited from Activity) |
| ServiceUrl | (Inherited from Activity) |
| Timestamp | (Inherited from Activity) |
| Type | (Inherited from Activity) |