Class ThirdPartyAppPayload
ThirdPartyAppData information. Immutable class.
Inheritance
System.Object
ThirdPartyAppPayload
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ThirdPartyAppPayload
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 |
---|---|
System.String |
Overrides
System.Object.ToString()