Show / Hide Table of Contents

    Class GeneratedForm

    Basisklasse eines vom FrameworkStudio generierten Formulars.
    An dieser Klasse werden die Actions auf Form-Ebene angeboten.

    Inheritance
    Object
    GeneratedForm
    Implements
    INotifyPropertyChanged
    Namespace: FrameworkSystems.FrameworkControls
    Assembly: FrameworkSystems.FrameworkControls.dll
    Syntax
    [DocfxBrowsable]
    public abstract class GeneratedForm : IGeneratedForm, IDisposable, INotifyPropertyChanged

    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.

    ViewDocument(String)

    Sendet eine Action an den Client zum Öffnen eines Dokuments über eine URL

    Back to top Generated by DocFX