Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Entities.SdkViewHandle Class Reference

More...

Inheritance diagram for Anark.CoreSdkApi.Entities.SdkViewHandle:
Anark.CoreSdkApi.Entities.ISdkEntityHandle

Public Member Functions

override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()
 Returns a string representation for debugging purposes only. Please do not use this value in production code.

Static Public Member Functions

static SdkViewHandle CreateViewHandle (Guid id)
 For testing purposes only. Plug-ins should only use handles that are returned by the API.

Properties

object PrimaryId [get]
 The primary identifier. This should not be referenced by plug-in code as it may be changed over time.

Detailed Description

Member Function Documentation

◆ CreateViewHandle()

SdkViewHandle Anark.CoreSdkApi.Entities.SdkViewHandle.CreateViewHandle ( Guid id)
inlinestatic

For testing purposes only. Plug-ins should only use handles that are returned by the API.

◆ Equals()

override bool Anark.CoreSdkApi.Entities.SdkViewHandle.Equals ( object obj)
inline

◆ GetHashCode()

override int Anark.CoreSdkApi.Entities.SdkViewHandle.GetHashCode ( )
inline

◆ ToString()

override string Anark.CoreSdkApi.Entities.SdkViewHandle.ToString ( )
inline

Returns a string representation for debugging purposes only. Please do not use this value in production code.

Property Documentation

◆ PrimaryId

object Anark.CoreSdkApi.Entities.SdkViewHandle.PrimaryId
get

The primary identifier. This should not be referenced by plug-in code as it may be changed over time.

Implements Anark.CoreSdkApi.Entities.ISdkEntityHandle.