Результаты поиска для

    Show / Hide Table of Contents

    Class ContactGroupsVM

    Inheritance
    System.Object
    ContactGroupsVM
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class ContactGroupsVM : System.ComponentModel.INotifyPropertyChanged

    Properties

    Count

    Declaration
    public long Count { get; set; }
    Property Value
    Type Description
    System.Int64

    Groups

    Declaration
    public System.Collections.Generic.ICollection<ContactGroupVM> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ContactGroupVM>

    Skip

    Declaration
    public int Skip { get; set; }
    Property Value
    Type Description
    System.Int32

    Take

    Declaration
    public int Take { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler
    Вверх © 1998-2025 ООО «Быстрые отчеты»