Class ApplySettingsDataInfo
Inheritance
System.Object
ApplySettingsDataInfo
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ApplySettingsDataInfo : ModalDialogContentBase, IComponentConnector
Constructors
ApplySettingsDataInfo()
Declaration
public ApplySettingsDataInfo()
ApplySettingsDataInfo(DataInfo, Int64, Int32)
Declaration
public ApplySettingsDataInfo(DataInfo dataInfo, long availableRecords, int maxRecordsAllowed)
Parameters
DataInfo
dataInfo
|
System.Int64
availableRecords
|
System.Int32
maxRecordsAllowed
|
Properties
AvailableRecords
Declaration
public long AvailableRecords { get; set; }
Property Value
System.Int64
|
CanResize
Declaration
public override bool CanResize { get; }
Property Value
System.Boolean
|
MaxRecordsAllowed
Declaration
public long MaxRecordsAllowed { get; set; }
Property Value
System.Int64
|
RecordsInfoString
Declaration
public string RecordsInfoString { get; set; }
Property Value
System.String
|
ReocordsCount
Declaration
public int? ReocordsCount { get; }
Property Value
System.Nullable<System.Int32>
|
Title
Declaration
public override string Title { get; }
Property Value
System.String
|
Methods
GetButtons()
Declaration
public override DialogResult[] GetButtons()
Returns
System.Windows.Forms.DialogResult[]
|
InitializeComponent()
Declaration
public void InitializeComponent()