Show / Hide Table of Contents

Struct PlayURPlugin.ActionParams

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
[Serializable]
protected struct PlayURPlugin.ActionParams

Fields

| Improve this Doc View Source

a

Declaration
public Action a
Field Value
Type Description
Action
| Improve this Doc View Source

columnValues

Declaration
public List<string> columnValues
Field Value
Type Description
List<string>
| Improve this Doc View Source

extra

Declaration
public string extra
Field Value
Type Description
string
| Improve this Doc View Source

includedColumns

Declaration
public List<int> includedColumns
Field Value
Type Description
List<int>
| Improve this Doc View Source

timestamp

Declaration
public string timestamp
Field Value
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX