Class ClaimAction
A claim action.
Inheritance
System.Object
ClaimAction
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: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ClaimAction
Fields
Claim
Gets the "claim" claim action string.
Declaration
public const string Claim = "claim"
Field Value
Type | Description |
---|---|
System.String |
Drop
Gets the "drop" claim action string.
Declaration
public const string Drop = "drop"
Field Value
Type | Description |
---|---|
System.String |
Join
Gets the "join" claim action string.
Declaration
public const string Join = "join"
Field Value
Type | Description |
---|---|
System.String |