Table of Contents

Class GameEditSessionSection

Namespace
Playnite
Assembly
Playnite.SDK.dll

A base class for objects of which the properties must be observable.

public class GameEditSessionSection : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
GameEditSessionSection
Implements
Inherited Members

Constructors

GameEditSessionSection(string, FrameworkElement)

public GameEditSessionSection(string sectionName, FrameworkElement view)

Parameters

sectionName string
view FrameworkElement

Properties

SectionName

[ExcludeFromCodeCoverage]
public string SectionName { get; set; }

Property Value

string

ShowChangeNotif

[ExcludeFromCodeCoverage]
public bool ShowChangeNotif { get; set; }

Property Value

bool

View

[ExcludeFromCodeCoverage]
public FrameworkElement View { get; set; }

Property Value

FrameworkElement