C# 클래스 CmsWeb.Models.DocXAveryLabels

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: bvcms/bvcms

공개 프로퍼티들

프로퍼티 타입 설명
Format string
Skip int
SortZip bool?
Titles bool?
UseMailFlags bool?

공개 메소드들

메소드 설명
DocXAveryLabels ( System.Guid id ) : System
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

비공개 메소드들

메소드 설명
AveryLabelTemplate ( ) : byte[]

메소드 상세

DocXAveryLabels() 공개 메소드

public DocXAveryLabels ( System.Guid id ) : System
id System.Guid
리턴 System

ExecuteResult() 공개 메소드

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
리턴 void

프로퍼티 상세

Format 공개적으로 프로퍼티

public string Format
리턴 string

Skip 공개적으로 프로퍼티

public int Skip
리턴 int

SortZip 공개적으로 프로퍼티

public bool? SortZip
리턴 bool?

Titles 공개적으로 프로퍼티

public bool? Titles
리턴 bool?

UseMailFlags 공개적으로 프로퍼티

public bool? UseMailFlags
리턴 bool?