C# 클래스 SaneWeb.Resources.Attributes.ControllerAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
contentType String
path String
type APIType

공개 메소드들

메소드 설명
ControllerAttribute ( String path, APIType type, String contentType ) : System

메소드 상세

ControllerAttribute() 공개 메소드

public ControllerAttribute ( String path, APIType type, String contentType ) : System
path String
type APIType
contentType String
리턴 System

프로퍼티 상세

contentType 공개적으로 프로퍼티

public String contentType
리턴 String

path 공개적으로 프로퍼티

public String path
리턴 String

type 공개적으로 프로퍼티

public APIType type
리턴 APIType