C# 클래스 Godot.IcsEditor.Ui.Model.EditSettings

상속: IDataErrorInfo
파일 보기 프로젝트 열기: Slesa/Playground

Private Properties

프로퍼티 타입 설명
GetValidationError string
ValidateDbServer string
ValidateDbUser string
ValidateMatrixPath string

공개 메소드들

메소드 설명
EditSettings ( ) : System
ResetSettings ( ) : void
TakeOverSettings ( ) : void
ValidateMatrixPath ( string path ) : bool
this ( string propertyName ) : stringIDataErrorInfo.System

비공개 메소드들

메소드 설명
GetValidationError ( string propertyName ) : string
ValidateDbServer ( ) : string
ValidateDbUser ( ) : string
ValidateMatrixPath ( ) : string

메소드 상세

EditSettings() 공개 메소드

public EditSettings ( ) : System
리턴 System

ResetSettings() 공개 메소드

public ResetSettings ( ) : void
리턴 void

TakeOverSettings() 공개 메소드

public TakeOverSettings ( ) : void
리턴 void

ValidateMatrixPath() 공개 정적인 메소드

public static ValidateMatrixPath ( string path ) : bool
path string
리턴 bool

this() 공개 메소드

public this ( string propertyName ) : stringIDataErrorInfo.System
propertyName string
리턴 stringIDataErrorInfo.System