Class GeneratedForm
Basisklasse eines vom FrameworkStudio generierten Formulars.
An dieser Klasse werden die Actions auf Form-Ebene angeboten.
Namespace: FrameworkSystems.FrameworkControls
Assembly: FrameworkSystems.FrameworkControls.dll
Syntax
[DocfxBrowsable]
public abstract class GeneratedForm : IGeneratedForm, IDisposable
Methods
GetGeoLocation(Action<IFrameworkGeoLocationInfo>)
Über diese Action wird im Mobile-Client der aktuelle Standort bestimmt.
GetGeoLocation(Action<IFrameworkGeoLocationInfo>, String)
Über diese Action wird im Mobile-Client der aktuelle Standort bestimmt.
ResetClientLayout()
Weist den Client an, sämtliche gespeicherten Layout-Informationen zu verwerfen.
ScanBarcode(Action<IFrameworkBarcodeScanInfo>, BarcodeFormat)
Über diese Action wird im Mobile-Client ein Scan-Vorgang eingeleitet.
ScanBarcode(Action<IFrameworkBarcodeScanInfo>, BarcodeFormat, String)
Über diese Action wird im Mobile-Client ein Scan-Vorgang eingeleitet. Diese Überladung bietet zusätzlich einen Identifier.
TakePhoto(Action<IFrameworkPhotoInfo>, CameraSource)
Über diese Action wird im Mobile-Client ein das erstellen eines Fotos auf dem Endgerät eingeleitet.