Class ObjectRoot
Base object.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public abstract class ObjectRoot
Constructors
ObjectRoot(IGraphLogger)
Initializes a new instance of the ObjectRoot class.
Declaration
protected ObjectRoot(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 |