Search Results for

    Show / Hide Table of Contents

    Class TimeCockpitSyncProgressEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    System.EventArgs
    TimeCockpitSyncProgressEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Sync
    Assembly: TimeCockpit.Data.dll
    Syntax
    public sealed class TimeCockpitSyncProgressEventArgs : EventArgs

    Constructors

    TimeCockpitSyncProgressEventArgs()

    Initializes a new instance of the TimeCockpitSyncProgressEventArgs class.

    Declaration
    public TimeCockpitSyncProgressEventArgs()

    Properties

    EntityName

    Gets or sets the name of the current entity

    Declaration
    public string EntityName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    This property is only set if SyncStep is DataUpdate or DataDelete.

    EntityUuid

    Gets or sets the uuid of the current entity

    Declaration
    public Guid EntityUuid { get; set; }
    Property Value
    Type Description
    System.Guid
    Remarks

    This property is only set if SyncStep is DataUpdate or DataDelete.

    SyncStep

    Gets or sets the current sync step

    Declaration
    public SyncStep SyncStep { get; set; }
    Property Value
    Type Description
    SyncStep
    In This Article
    Back to top Copyright © 2020 software architects gmbh