Class ShellAction
Implements
IDictionary<string, object>
ICollection<KeyValuePair<string, object>>
IReadOnlyDictionary<string, object>
IReadOnlyCollection<KeyValuePair<string, object>>
IEnumerable<KeyValuePair<string, object>>
IDictionary
ICollection
IEnumerable
IDeserializationCallback
ISerializable
IEquatable<JsonMap>
IEquatable<BoomackAction>
IEquatable<ShellAction>
Inherited Members
Dictionary<string, object>.Add(string, object)
Dictionary<string, object>.Clear()
Dictionary<string, object>.ContainsKey(string)
Dictionary<string, object>.ContainsValue(object)
Dictionary<string, object>.GetEnumerator()
Dictionary<string, object>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<string, object>.OnDeserialization(object)
Dictionary<string, object>.Remove(string)
Dictionary<string, object>.TryGetValue(string, out object)
Dictionary<string, object>.Comparer
Dictionary<string, object>.Count
Dictionary<string, object>.this[string]
Dictionary<string, object>.Keys
Dictionary<string, object>.Values
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model.Actions
Assembly: NBoomackClient.dll
Syntax
public class ShellAction : BoomackAction, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IEquatable<JsonMap>, IEquatable<BoomackAction>, IEquatable<ShellAction>
Constructors
ShellAction()
Declaration
public ShellAction()
ShellAction(string, params string[])
Declaration
public ShellAction(string command, params string[] args)
Parameters
Type | Name | Description |
---|---|---|
string | command | |
string[] | args |
Properties
Args
Declaration
public IList<string> Args { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Command
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomShell
Declaration
public string CustomShell { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
Declaration
public IDictionary<string, string> Environment { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
PathPrefix
Declaration
public string PathPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
PathSuffix
Declaration
public string PathSuffix { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Declaration
public ShellActionPayloadMode? Payload { get; set; }
Property Value
Type | Description |
---|---|
ShellActionPayloadMode? |
UseShell
Declaration
public ShellMode? UseShell { get; set; }
Property Value
Type | Description |
---|---|
ShellMode? |
WorkingDirectory
Declaration
public string WorkingDirectory { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Equals(ShellAction)
Declaration
public bool Equals(ShellAction other)
Parameters
Type | Name | Description |
---|---|---|
ShellAction | other |
Returns
Type | Description |
---|---|
bool |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>