Show / Hide Table of Contents

    Class GraphModelExtensions

    Generic graph model extensions.

    Inheritance
    Object
    GraphModelExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Core
    Assembly: Microsoft.Graph.Communications.Core.dll
    Syntax
    public static class GraphModelExtensions

    Methods

    FixModel(Object)

    Fixes the model to match latest protocol.

    Declaration
    public static void FixModel(object object)
    Parameters
    Type Name Description
    Object object

    The object.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.