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

    Show / Hide Table of Contents

    Class ContactVM

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

    Properties

    CreatedTime

    Declaration
    public System.DateTime CreatedTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreatorUserId

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

    EditedTime

    Declaration
    public System.DateTime EditedTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    EditorUserId

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

    Email

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

    Groups

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

    Id

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

    Name

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

    SubscriptionId

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

    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 ООО «Быстрые отчеты»