C# Class GSF.MMS.Model.AccessResult

Inheritance: IASN1PreparedElement
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isFailureSelected ( ) : bool
isSuccessSelected ( ) : bool
selectFailure ( DataAccessError val ) : void
selectSuccess ( Data val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isFailureSelected() public method

public isFailureSelected ( ) : bool
return bool

isSuccessSelected() public method

public isSuccessSelected ( ) : bool
return bool

selectFailure() public method

public selectFailure ( DataAccessError val ) : void
val DataAccessError
return void

selectSuccess() public method

public selectSuccess ( Data val ) : void
val Data
return void