C# Class Talifun.Commander.Command.Configuration.FolderElement

Inheritance: IDataErrorInfo
显示文件 Open project: taliesins/talifun-commander Class Usage Examples

Private Properties

Property Type Description
FolderElement System
SelfValidate FluentValidation.Results.ValidationResult

Public Methods

Method Description
GetCompletedPathOrDefault ( ) : string
GetFolderToWatchOrDefault ( ) : string
GetWorkingPathOrDefault ( ) : string
this ( string columnName ) : stringIDataErrorInfo.System

Private Methods

Method Description
FolderElement ( ) : System
SelfValidate ( ) : ValidationResult

Method Details

GetCompletedPathOrDefault() public method

public GetCompletedPathOrDefault ( ) : string
return string

GetFolderToWatchOrDefault() public method

public GetFolderToWatchOrDefault ( ) : string
return string

GetWorkingPathOrDefault() public method

public GetWorkingPathOrDefault ( ) : string
return string

this() public method

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