Search Results for

    Show / Hide Table of Contents

    Class ExchangeObject

    Exchange object reference

    Inheritance
    System.Object
    ExchangeObject
    Inherited Members
    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: Simplic.Exchange
    Assembly: Simplic.Exchange.dll
    Syntax
    public class ExchangeObject

    Properties

    | Improve this Doc View Source

    ExchangeObjectId

    Gets or sets the object id

    Declaration
    public string ExchangeObjectId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Ident

    Gets or sets the item id

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the instance data id

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ObjectStatus

    Gets or sets the object status

    Declaration
    public ObjectStatus ObjectStatus { get; set; }
    Property Value
    Type Description
    ObjectStatus
    | Improve this Doc View Source

    StackGuid

    Gets or sets the stack id

    Declaration
    public Guid StackGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    UserId

    Gets or sets the user id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx