C# Class Atata.VerifyTitleAttribute

Inheritance: Atata.TermVerificationTriggerAttribute
Datei anzeigen Open project: atata-framework/atata

Public Methods

Method Description
VerifyTitleAttribute ( ) : System.Collections.Generic
VerifyTitleAttribute ( TermCase termCase ) : System.Collections.Generic
VerifyTitleAttribute ( TermMatch match ) : System.Collections.Generic
VerifyTitleAttribute ( TermMatch match, TermCase termCase ) : System.Collections.Generic

Protected Methods

Method Description
GetPropertySettings ( Atata.UIComponentMetadata metadata ) : IEnumerable
OnExecute ( Atata.TriggerContext context, Array values ) : void

Method Details

GetPropertySettings() protected method

protected GetPropertySettings ( Atata.UIComponentMetadata metadata ) : IEnumerable
metadata Atata.UIComponentMetadata
return IEnumerable

OnExecute() protected method

protected OnExecute ( Atata.TriggerContext context, Array values ) : void
context Atata.TriggerContext
values Array
return void

VerifyTitleAttribute() public method

public VerifyTitleAttribute ( ) : System.Collections.Generic
return System.Collections.Generic

VerifyTitleAttribute() public method

public VerifyTitleAttribute ( TermCase termCase ) : System.Collections.Generic
termCase TermCase
return System.Collections.Generic

VerifyTitleAttribute() public method

public VerifyTitleAttribute ( TermMatch match ) : System.Collections.Generic
match TermMatch
return System.Collections.Generic

VerifyTitleAttribute() public method

public VerifyTitleAttribute ( TermMatch match, TermCase termCase ) : System.Collections.Generic
match TermMatch
termCase TermCase
return System.Collections.Generic