C# 클래스 DD4T.Mvc.ViewModels.Attributes.RichTextFieldAttribute

A Rich Text field. Uses the default ResolveRichText extension method.
This Attribute is dependent on a specific implementation for resolving Rich Text. In future versions of DD4T, the rich text resolver will hopefully be abstracted to allow for IoC, but for now, to change the behavior you must implement your own Attribute.
상속: DD4T.ViewModels.Attributes.FieldAttributeBase, ILinkablePropertyAttribute
파일 보기 프로젝트 열기: dd4t/DD4T.MVC

공개 메소드들

메소드 설명
GetFieldValues ( IField field, IModelProperty property, ITemplate template, IViewModelFactory factory ) : IEnumerable
GetPropertyValues ( IModel modelData, IModelProperty property, IViewModelFactory builder, IContextModel contextModel ) : IEnumerable

메소드 상세

GetFieldValues() 공개 메소드

public GetFieldValues ( IField field, IModelProperty property, ITemplate template, IViewModelFactory factory ) : IEnumerable
field IField
property IModelProperty
template ITemplate
factory IViewModelFactory
리턴 IEnumerable

GetPropertyValues() 공개 메소드

public GetPropertyValues ( IModel modelData, IModelProperty property, IViewModelFactory builder, IContextModel contextModel ) : IEnumerable
modelData IModel
property IModelProperty
builder IViewModelFactory
contextModel IContextModel
리턴 IEnumerable