C# Class GSF.Data.Model.SearchableAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
SearchableAttribute ( ) : System

Creates a new SearchableAttribute.

SearchableAttribute ( SearchType searchType ) : System

Creates a new SearchableAttribute with specified searchType.

Method Details

SearchableAttribute() public méthode

Creates a new SearchableAttribute.
public SearchableAttribute ( ) : System
Résultat System

SearchableAttribute() public méthode

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