Class Command

Inheritance
System.Object
Command
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class Command

Constructors

Command()

Declaration
public Command()

Properties

AutoHeightResize

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

BeforeClientScript

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

ClientScript

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

CommandType

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

ConfirmationText

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

DependCommand

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

Drag

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

EnableHandler

Declaration
public CommandEnableHandler EnableHandler { get; set; }
Property Value
Type Description
CommandEnableHandler

Handler

Declaration
public CommandHandler Handler { get; set; }
Property Value
Type Description
CommandHandler

Height

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

id

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

Left

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

Params

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

PopupTitle

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

RefreshMethod

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

Resize

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

Scroll

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

Target

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

Top

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

UpdatePanelIds

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

Url

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

Width

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