C# 클래스 SenseNet.ContentRepository.Image

상속: File, IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
IHttpHandler void
SetDimension void

공개 메소드들

메소드 설명
CreateByBinary ( IFolder parent, BinaryData binaryData ) : Image
CreateResizedImageFile ( Stream originalStream, string ext, double x, double y, double q, string contentType ) : Stream
GetDynamicThumbnailStream ( int width, int height, string contentType ) : Stream
Image ( Node parent ) : System
Image ( Node parent, string nodeTypeName ) : System
getImageFormat ( string contentType ) : System.Drawing.Imaging.ImageFormat

보호된 메소드들

메소드 설명
Image ( NodeToken nt ) : System
OnCreated ( object sender, SenseNet e ) : void
OnCreating ( object sender, Storage e ) : void
OnModifying ( object sender, Storage e ) : void

비공개 메소드들

메소드 설명
IHttpHandler ( HttpContext context ) : void
SetDimension ( Image imgNode ) : void

메소드 상세

CreateByBinary() 공개 정적인 메소드

public static CreateByBinary ( IFolder parent, BinaryData binaryData ) : Image
parent IFolder
binaryData SenseNet.ContentRepository.Storage.BinaryData
리턴 Image

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, string ext, double x, double y, double q, string contentType ) : Stream
originalStream Stream
ext string
x double
y double
q double
contentType string
리턴 Stream

GetDynamicThumbnailStream() 공개 메소드

public GetDynamicThumbnailStream ( int width, int height, string contentType ) : Stream
width int
height int
contentType string
리턴 Stream

Image() 공개 메소드

public Image ( Node parent ) : System
parent Node
리턴 System

Image() 공개 메소드

public Image ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

Image() 보호된 메소드

protected Image ( NodeToken nt ) : System
nt NodeToken
리턴 System

OnCreated() 보호된 메소드

protected OnCreated ( object sender, SenseNet e ) : void
sender object
e SenseNet
리턴 void

OnCreating() 보호된 메소드

protected OnCreating ( object sender, Storage e ) : void
sender object
e Storage
리턴 void

OnModifying() 보호된 메소드

protected OnModifying ( object sender, Storage e ) : void
sender object
e Storage
리턴 void

getImageFormat() 공개 정적인 메소드

public static getImageFormat ( string contentType ) : System.Drawing.Imaging.ImageFormat
contentType string
리턴 System.Drawing.Imaging.ImageFormat