Class RecordChangedEventArgs

    Definition

    Namespace:
    Tizen.Data.Tdbc
    Assembly:
    Tizen.Data.Tdbc.dll

    RecordChangedEventArgs class. This class is an event arguments of the RecordChanged events.

    public class RecordChangedEventArgs : EventArgs
    Inheritance
    object
    RecordChangedEventArgs

    Constructors

    View Source

    RecordChangedEventArgs(OperationType, string, string, IRecord)

    Creates and initializes a new instance of type of the RecordChangedEventArgs class.

    Declaration
    public RecordChangedEventArgs(OperationType operationType, string database, string table, IRecord record)
    Parameters
    Type Name Description
    OperationType operationType

    The operation type of the changed record.

    string database

    The database of the changed record.

    string table

    The table of the changed record.

    IRecord record

    The changed record.

    Properties

    View Source

    Database

    Gets the database name of the record chagned event.

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

    OperationType

    Gets the operation type of the record changed event.

    Declaration
    public OperationType OperationType { get; }
    Property Value
    Type Description
    OperationType
    View Source

    Record

    Gets the changed record.

    Declaration
    public IRecord Record { get; }
    Property Value
    Type Description
    IRecord
    Remarks

    If the operation type is Delete, the changed record may by empty.

    View Source

    Table

    Gets the table name of the record changed event.

    Declaration
    public string Table { get; }
    Property Value
    Type Description
    string

    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