Table of Contents

Class Region

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

Describes Region object.

public class Region : DatabaseObject, INotifyPropertyChanged, IComparable, IIdentifiable
Inheritance
Region
Implements
Inherited Members

Constructors

Region()

Creates new instance of Region.

public Region()

Region(string)

Creates new instance of Region.

public Region(string name)

Parameters

name string

Fields

Empty

Gets empty region.

public static readonly Region Empty

Field Value

Region

Properties

SpecificationId

Gets or sets specification identifier.

public string SpecificationId { get; set; }

Property Value

string

Methods

CopyDiffTo(object)

Copies differential properties to target object intance.

public override void CopyDiffTo(object target)

Parameters

target object

Target object instance to receive new data.