mk.helpers
Search Results for

    Show / Hide Table of Contents

    Class PagedResultBase

    Inheritance
    object
    PagedResultBase
    PagedResult<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: mk.helpers.Types
    Assembly: mk.helpers.dll
    Syntax
    public abstract class PagedResultBase

    Properties

    CurrentPage

    Declaration
    public int CurrentPage { get; set; }
    Property Value
    Type Description
    int

    PageCount

    Declaration
    public int PageCount { get; set; }
    Property Value
    Type Description
    int

    PageSize

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    int

    RowCount

    Declaration
    public int RowCount { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ObjectExtensions.AsDictionary(object)
    ObjectExtensions.ToExpandoObject(object)
    ReflectionHelper.Changes(object, object)
    ReflectionHelper.CopyProperties(object, object, out List<EntityChange>)
    ReflectionHelper.CopyProperties(object, object, out List<EntityChange>, params string[])
    ReflectionHelper.CopyProperties(object, object, params string[])
    ReflectionHelper.CopyPropertiesFrom(object, object, out List<EntityChange>)
    ReflectionHelper.CopyPropertiesFrom(object, object, params string[])
    ObjectExtensions.IsDefault<T>(T)
    ObjectExtensions.IsIn<T>(T, params T[])
    ReflectionHelper.DeepClone<T>(T)
    ReflectionHelper.PublicPropertiesEqual<T>(T, T, params string[])
    EnumerableExtensions.IsAnyOf<T>(T, params T[])
    EnumerableExtensions.Yield<T>(T)
    In this article
    Back to top mk.helpers - MIT License