Class XmlCommand
Inheritance
System.Object
XmlCommand
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: 13.30.0
Constructors
Declaration
public XmlCommand(string commandName, XmlCommandType commandType, string url, string confirmationText, string width, string height, string left, string top, bool scroll, bool resize, bool drag, string popupTitle, string refreshMethod, string handler, string enableHandler, string updatePanelIds, string clientScript, string target, string beforeClientScript, string sParams, string dependCommand, Dictionary<string, string> handlerParams, Dictionary<string, string> enableHandlerParams, bool autoHeightResize)
Parameters
Type |
Name |
Description |
System.String |
commandName |
|
XmlCommandType |
commandType |
|
System.String |
url |
|
System.String |
confirmationText |
|
System.String |
width |
|
System.String |
height |
|
System.String |
left |
|
System.String |
top |
|
System.Boolean |
scroll |
|
System.Boolean |
resize |
|
System.Boolean |
drag |
|
System.String |
popupTitle |
|
System.String |
refreshMethod |
|
System.String |
handler |
|
System.String |
enableHandler |
|
System.String |
updatePanelIds |
|
System.String |
clientScript |
|
System.String |
target |
|
System.String |
beforeClientScript |
|
System.String |
sParams |
|
System.String |
dependCommand |
|
System.Collections.Generic.Dictionary<System.String, System.String> |
handlerParams |
|
System.Collections.Generic.Dictionary<System.String, System.String> |
enableHandlerParams |
|
System.Boolean |
autoHeightResize |
|
Properties
Gets or sets the auto height resize.
Declaration
public bool AutoHeightResize { get; set; }
Property Value
Type |
Description |
System.Boolean |
The auto height resize.
|
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 CommandName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public XmlCommandType CommandType { get; set; }
Property Value
ConfirmationText
Declaration
public string ConfirmationText { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the depend command.
Declaration
public string DependCommand { get; set; }
Property Value
Type |
Description |
System.String |
The depend command.
|
Declaration
public bool Drag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string EnableHandler { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the parameters.
Declaration
public Dictionary<string, string> EnableHandlerParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
The parameters.
|
Declaration
public string Handler { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the parameters.
Declaration
public Dictionary<string, string> HandlerParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
The parameters.
|
Declaration
public string Height { 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; }
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 bool Resize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Scroll { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 IList<string> UpdatePanelIds { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<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 |
|
Methods
Declaration
public static void ClearCache()
Declaration
public static XmlCommand GetCommandByName(IList<XmlCommand> commands, string commandName)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<XmlCommand> |
commands |
|
System.String |
commandName |
|
Returns
Declaration
public static XmlCommand GetCommandByName(string className, string viewName, string placeName, string commandName)
Parameters
Type |
Name |
Description |
System.String |
className |
|
System.String |
viewName |
|
System.String |
placeName |
|
System.String |
commandName |
|
Returns
Declaration
public static IList<XmlCommand> GetListCommands(string className, string viewName, string placeName)
Parameters
Type |
Name |
Description |
System.String |
className |
|
System.String |
viewName |
|
System.String |
placeName |
|
Returns
Type |
Description |
System.Collections.Generic.IList<XmlCommand> |
|
Declaration
public static IList<XmlCommand> GetListNavigationCommands(string className, string viewName, string placeName)
Parameters
Type |
Name |
Description |
System.String |
className |
|
System.String |
viewName |
|
System.String |
placeName |
|
Returns
Type |
Description |
System.Collections.Generic.IList<XmlCommand> |
|