Table of Contents

Class MetadataIdProperty

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll

Represents metadata property referencing database object by ID.

public class MetadataIdProperty : MetadataProperty
Inheritance
MetadataIdProperty
Inherited Members

Constructors

MetadataIdProperty(Guid)

Creates new instance of MetadataIdProperty.

public MetadataIdProperty(Guid dbId)

Parameters

dbId Guid

Properties

Id

Gets ID of referenced object.

public Guid Id { get; }

Property Value

Guid

Methods

Equals(MetadataIdProperty)

public bool Equals(MetadataIdProperty other)

Parameters

other MetadataIdProperty

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

public override string ToString()

Returns

string