Search Results for

    Show / Hide Table of Contents

    Class Identity

    Experimental: This class defines the identity of various entities (windows, views, etc...)

    Inheritance
    System.Object
    Identity
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OpenFin.Net.Adapter
    Assembly: OpenFin.Net.Adapter.dll
    Syntax
    public class Identity

    Properties

    EntityType

    The entity type.

    Declaration
    [JsonPropertyName("entityType")]
    public object EntityType { get; set; }
    Property Value
    Type Description
    System.Object

    Name

    The name.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    UUID

    The UUID.

    Declaration
    [JsonPropertyName("uuid")]
    public string UUID { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright OpenFin