Show / Hide Table of Contents

    Class ObjectRootDisposable

    Base object.

    Inheritance
    Object
    Disposable
    ObjectRootDisposable
    TaskQueue
    Implements
    IDisposable
    Inherited Members
    Disposable.Dispose()
    Disposable.Dispose(Boolean)
    Disposable.IsDisposed
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public abstract class ObjectRootDisposable : Disposable, IDisposable

    Constructors

    ObjectRootDisposable(IGraphLogger)

    Initializes a new instance of the ObjectRootDisposable class.

    Declaration
    protected ObjectRootDisposable(IGraphLogger logger)
    Parameters
    Type Name Description
    IGraphLogger logger

    Logger instance.

    Properties

    GraphLogger

    Gets the logger.

    Declaration
    protected IGraphLogger GraphLogger { get; }
    Property Value
    Type Description
    IGraphLogger

    Implements

    System.IDisposable

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.