Show / Hide Table of Contents

Class UserMessage

Inheritance
System.Object
UserMessage
UserAnswersMessage
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)
System.Object.ToString()
Namespace: ClusterClient.Models
Assembly: ClusterClient.dll
Syntax
public abstract class UserMessage

Properties

| Improve this Doc View Source

action

Declaration
public string action { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

user_id

Declaration
public string user_id { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToJson()

Declaration
public abstract string ToJson()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX