C# 클래스 Rebel.Cms.Web.PropertyEditorExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetPropertyEditor ( this factory, string id ) : PropertyEditorMetadata>.Lazy

Returns a property editor from the property editor factory using a string id which must parse to a Guid

GetPropertyEditor ( PropertyEditorMetadata>.this propertyEditors, System.Guid id ) : PropertyEditorMetadata>.Lazy

Returns a property editor definition based on a property editor id

비공개 메소드들

메소드 설명
ToPropertyEditorDefinitions ( this props ) : PropertyEditorMetadata>>.IEnumerable

Converts a list of real property editors to property editor definitions

TODO: This is a helper class which is used for tests and demo data, this may not be required in the future except for unit tests

메소드 상세

GetPropertyEditor() 공개 정적인 메소드

Returns a property editor from the property editor factory using a string id which must parse to a Guid
public static GetPropertyEditor ( this factory, string id ) : PropertyEditorMetadata>.Lazy
factory this
id string
리턴 PropertyEditorMetadata>.Lazy

GetPropertyEditor() 공개 정적인 메소드

Returns a property editor definition based on a property editor id
public static GetPropertyEditor ( PropertyEditorMetadata>.this propertyEditors, System.Guid id ) : PropertyEditorMetadata>.Lazy
propertyEditors PropertyEditorMetadata>.this
id System.Guid
리턴 PropertyEditorMetadata>.Lazy