Show / Hide Table of Contents

Class Actions

Inheritance
System.Object
Actions
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 class Actions

Fields

| Improve this Doc View Source

Answer

Declaration
public const string Answer = "answers"
Field Value
Type Description
System.String
| Improve this Doc View Source

Default

Declaration
public const string Default = "no_action"
Field Value
Type Description
System.String
| Improve this Doc View Source

Feedback

Declaration
public const string Feedback = "feedback"
Field Value
Type Description
System.String
| Improve this Doc View Source

Questions

Declaration
public const string Questions = "questions"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetActions()

Declaration
public static ISet<string> GetActions()
Returns
Type Description
System.Collections.Generic.ISet<System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX