Interface ILoaderFactory

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UIGadget.dll

    An interface that make the DataLoader object.

    public interface ILoaderFactory

    Methods

    View Source

    CreateInstance(string, bool)

    Creates a new DataLoader instance.

    Declaration
    DataLoader CreateInstance(string name, bool autoClose)
    Parameters
    Type Name Description
    string name

    Unique identifier for the loader instance

    bool autoClose

    Whether to automatically close the loader after execution

    Returns
    Type Description
    DataLoader

    A new DataLoader instance

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX