C# 클래스 Caliburn.Micro.Parser

Parses text into a fully functional set of TriggerBase instances with ActionMessage.
파일 보기 프로젝트 열기: jenspettersson/Caliburn.Micro.Labs

공개 메소드들

메소드 설명
CreateMessage ( DependencyObject target, string messageText ) : ActionMessage

Creates an instance of ActionMessage by parsing out the textual dsl.

Parse ( DependencyObject target, string text ) : IEnumerable

Parses the specified message text.

비공개 메소드들

메소드 설명
BindParameter ( FrameworkElement target, Parameter parameter, string elementName, string path, BindingMode bindingMode ) : void
CreateParameter ( DependencyObject target, string parameter ) : Parameter
CreateTrigger ( Type targetType, string triggerPlusMessage ) : System.Windows.Interactivity.TriggerBase

메소드 상세

CreateMessage() 공개 정적인 메소드

Creates an instance of ActionMessage by parsing out the textual dsl.
public static CreateMessage ( DependencyObject target, string messageText ) : ActionMessage
target System.Windows.DependencyObject The target of the message.
messageText string The textual message dsl.
리턴 ActionMessage

Parse() 공개 정적인 메소드

Parses the specified message text.
public static Parse ( DependencyObject target, string text ) : IEnumerable
target System.Windows.DependencyObject The target.
text string The message text.
리턴 IEnumerable