C# 클래스 Rock.Communication.MediumComponent

상속: Rock.Extension.Component
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
GetControl ( bool useSimpleMode ) : MediumControl

Gets the control.

GetHtmlPreview ( Model communication, Person person ) : string

Gets the HTML preview.

GetMessageDetails ( Model communication ) : string

Gets the read-only message details.

MediumComponent ( ) : System

Initializes a new instance of the MediumComponent class.

Send ( Rock communication ) : void

Sends the specified communication.

메소드 상세

GetControl() 공개 추상적인 메소드

Gets the control.
public abstract GetControl ( bool useSimpleMode ) : MediumControl
useSimpleMode bool if set to true [use simple mode].
리턴 Rock.Web.UI.Controls.Communication.MediumControl

GetHtmlPreview() 공개 추상적인 메소드

Gets the HTML preview.
public abstract GetHtmlPreview ( Model communication, Person person ) : string
communication Model The communication.
person Person The person.
리턴 string

GetMessageDetails() 공개 추상적인 메소드

Gets the read-only message details.
public abstract GetMessageDetails ( Model communication ) : string
communication Model The communication.
리턴 string

MediumComponent() 공개 메소드

Initializes a new instance of the MediumComponent class.
public MediumComponent ( ) : System
리턴 System

Send() 공개 메소드

Sends the specified communication.
public Send ( Rock communication ) : void
communication Rock The communication.
리턴 void