C# Class Godot.IcsEditor.Ui.Model.EditSettings

Inheritance: IDataErrorInfo
Exibir arquivo Open project: Slesa/Playground

Private Properties

Property Type Description
GetValidationError string
ValidateDbServer string
ValidateDbUser string
ValidateMatrixPath string

Public Methods

Method Description
EditSettings ( ) : System
ResetSettings ( ) : void
TakeOverSettings ( ) : void
ValidateMatrixPath ( string path ) : bool
this ( string propertyName ) : stringIDataErrorInfo.System

Private Methods

Method Description
GetValidationError ( string propertyName ) : string
ValidateDbServer ( ) : string
ValidateDbUser ( ) : string
ValidateMatrixPath ( ) : string

Method Details

EditSettings() public method

public EditSettings ( ) : System
return System

ResetSettings() public method

public ResetSettings ( ) : void
return void

TakeOverSettings() public method

public TakeOverSettings ( ) : void
return void

ValidateMatrixPath() public static method

public static ValidateMatrixPath ( string path ) : bool
path string
return bool

this() public method

public this ( string propertyName ) : stringIDataErrorInfo.System
propertyName string
return stringIDataErrorInfo.System