C# Class GSF.Data.Model.SearchableAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
SearchableAttribute ( ) : System

Creates a new SearchableAttribute.

SearchableAttribute ( SearchType searchType ) : System

Creates a new SearchableAttribute with specified searchType.

Method Details

SearchableAttribute() public method

Creates a new SearchableAttribute.
public SearchableAttribute ( ) : System
return System

SearchableAttribute() public method

Creates a new SearchableAttribute with specified searchType.
public SearchableAttribute ( SearchType searchType ) : System
searchType SearchType Type of search that should be used for field queried.
return System