C# 클래스 GSF.Data.Model.SearchableAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
SearchableAttribute ( ) : System

Creates a new SearchableAttribute.

SearchableAttribute ( SearchType searchType ) : System

Creates a new SearchableAttribute with specified searchType.

메소드 상세

SearchableAttribute() 공개 메소드

Creates a new SearchableAttribute.
public SearchableAttribute ( ) : System
리턴 System

SearchableAttribute() 공개 메소드

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