C# 클래스 Castle.MonoRail.ActiveRecordScaffold.Helpers.PresentationHelper

상속: Castle.MonoRail.Framework.Helpers.AbstractHelper
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
BestAlignFor ( Type type ) : String
LinkToBack ( String text, IDictionary attributes ) : String
LinkToConfirm ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
LinkToEdit ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
LinkToList ( ActiveRecordModel model, bool useModelName, String text, IDictionary attributes ) : String
LinkToNew ( ActiveRecordModel model, bool useModelName, String text, IDictionary attributes ) : String
LinkToRemove ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
StartAlternateTR ( int index, String styleClass, String altStyleClass ) : String

메소드 상세

BestAlignFor() 공개 메소드

public BestAlignFor ( Type type ) : String
type System.Type
리턴 String

LinkToBack() 공개 메소드

public LinkToBack ( String text, IDictionary attributes ) : String
text String
attributes IDictionary
리턴 String

LinkToConfirm() 공개 메소드

public LinkToConfirm ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
model Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
useModelName bool
text String
key object
attributes IDictionary
리턴 String

LinkToEdit() 공개 메소드

public LinkToEdit ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
model Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
useModelName bool
text String
key object
attributes IDictionary
리턴 String

LinkToList() 공개 메소드

public LinkToList ( ActiveRecordModel model, bool useModelName, String text, IDictionary attributes ) : String
model Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
useModelName bool
text String
attributes IDictionary
리턴 String

LinkToNew() 공개 메소드

public LinkToNew ( ActiveRecordModel model, bool useModelName, String text, IDictionary attributes ) : String
model Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
useModelName bool
text String
attributes IDictionary
리턴 String

LinkToRemove() 공개 메소드

public LinkToRemove ( ActiveRecordModel model, bool useModelName, String text, object key, IDictionary attributes ) : String
model Castle.ActiveRecord.Framework.Internal.ActiveRecordModel
useModelName bool
text String
key object
attributes IDictionary
리턴 String

StartAlternateTR() 공개 메소드

public StartAlternateTR ( int index, String styleClass, String altStyleClass ) : String
index int
styleClass String
altStyleClass String
리턴 String