Interface IClientCommand

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public interface IClientCommand

Properties

staticParams

Declaration
Dictionary<string, object> staticParams { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Type

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