C# 클래스 KPEntryTemplates.EntryTemplateManager.EntryTemplate

파일 보기 프로젝트 열기: mitchcapper/KPEntryTemplates

공개 프로퍼티들

프로퍼티 타입 설명
fieldName string
options string
position int
title string
type string

공개 메소드들

메소드 설명
EntryTemplate ( string title, string fieldName, string type, int position, String options ) : System
EntryTemplate ( string title, string fieldName, string type, string position, String options ) : System

메소드 상세

EntryTemplate() 공개 메소드

public EntryTemplate ( string title, string fieldName, string type, int position, String options ) : System
title string
fieldName string
type string
position int
options String
리턴 System

EntryTemplate() 공개 메소드

public EntryTemplate ( string title, string fieldName, string type, string position, String options ) : System
title string
fieldName string
type string
position string
options String
리턴 System

프로퍼티 상세

fieldName 공개적으로 프로퍼티

public string fieldName
리턴 string

options 공개적으로 프로퍼티

public string options
리턴 string

position 공개적으로 프로퍼티

public int position
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string