Show / Hide Table of Contents

    Interface IGraphProperty

    The graph property containing request or response data.

    Inherited Members
    IEquatable<IGraphProperty>.Equals(IGraphProperty)
    Namespace: Microsoft.Graph.Communications.Common.Transport
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public interface IGraphProperty : IEquatable<IGraphProperty>

    Properties

    Key

    Gets the key.

    Declaration
    string Key { get; }
    Property Value
    Type Description
    String

    Type

    Gets the type of the property.

    Declaration
    string Type { get; }
    Property Value
    Type Description
    String

    Value

    Gets the value.

    Declaration
    object Value { get; }
    Property Value
    Type Description
    Object

    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)
    GraphProperty.ConvertProperty<T>(IGraphProperty)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.