Class ThirdPartyAppPayload
ThirdPartyAppData information. Immutable class.
Inheritance
System.Object
ThirdPartyAppPayload
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ThirdPartyAppPayload : object
Constructors
ThirdPartyAppPayload(ThirdPartyAppId, Byte[])
Create ThirdPartyAppPayload.
Declaration
public ThirdPartyAppPayload(ThirdPartyAppId thirdPartyAppId, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| ThirdPartyAppId | thirdPartyAppId | |
| System.Byte[] | data |
Properties
Data
Data.
Declaration
public byte[] Data { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
ThirdPartyAppId
Third party app id
Declaration
public ThirdPartyAppId ThirdPartyAppId { get; }
Property Value
| Type | Description |
|---|---|
| ThirdPartyAppId |
Methods
ToString()
String representation for debugging.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |