Search Results for

    Show / Hide Table of Contents

    Class BatchProgressStatus<T1>

    Inheritance
    System.Object
    BatchProgressStatus<T1>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public class BatchProgressStatus<T1>
    Type Parameters
    Name Description
    T1

    Constructors

    | Improve this Doc View Source

    BatchProgressStatus(List<T1>, Int32, Int32)

    Declaration
    public BatchProgressStatus(List<T1> data, int current, int total)
    Parameters
    Type Name Description
    System.Collections.Generic.List<T1> data
    System.Int32 current
    System.Int32 total

    Properties

    | Improve this Doc View Source

    Current

    当前批次

    Declaration
    public int Current { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Data

    当前操作的数据

    Declaration
    public IEnumerable<T1> Data { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T1>
    | Improve this Doc View Source

    Total

    总批次数量

    Declaration
    public int Total { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX