Interface IToken<T>

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Interface for token. Token is a key-value pair that can be applied to the target. It has an id and value. The value type is generic.

    public interface IToken<T>

    Properties

    View Source

    Id

    The unique identifier of the token.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    string
    View Source

    Value

    The value of the token.

    Declaration
    T Value { get; }
    Property Value
    Type Description
    T

    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