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()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Constructors
Declaration
Properties
Declaration
public string AutoHeightResize { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string BeforeClientScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClientScript { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
public string DependCommand { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Drag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CommandEnableHandler EnableHandler { get; set; }
Property Value
Declaration
public CommandHandler Handler { get; set; }
Property Value
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Left { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Params { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PopupTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RefreshMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Resize { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Scroll { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Top { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UpdatePanelIds { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|