C# 클래스 API_13.Models.FilterModel

파일 보기 프로젝트 열기: BarlowDu/WebAPI

공개 메소드들

메소드 설명
FilterModel ( ) : System
FilterModel ( Type filterType, FilterScope filterScope ) : System
FilterModel ( Type filterType, FilterScope filterScope, string message ) : System

메소드 상세

FilterModel() 공개 메소드

public FilterModel ( ) : System
리턴 System

FilterModel() 공개 메소드

public FilterModel ( Type filterType, FilterScope filterScope ) : System
filterType System.Type
filterScope FilterScope
리턴 System

FilterModel() 공개 메소드

public FilterModel ( Type filterType, FilterScope filterScope, string message ) : System
filterType System.Type
filterScope FilterScope
message string
리턴 System