Class EntityCheckBoxInfo
Inheritance
EntityCheckBoxInfo
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class EntityCheckBoxInfo
Constructors
EntityCheckBoxInfo(SelectableMDOListItem, String)
Declaration
public EntityCheckBoxInfo(SelectableMDOListItem entity, string onClickCall)
Parameters
Properties
Entity
Declaration
public SelectableMDOListItem Entity { get; set; }
Property Value
OnClickCalls
Declaration
public List<string> OnClickCalls { get; set; }
Property Value
Methods
AddOnClickCall(String)
Declaration
public void AddOnClickCall(string onClick)
Parameters
| Type |
Name |
Description |
| String |
onClick |
|
GetOnClickCalls()
Declaration
public string GetOnClickCalls()
Returns