C# 클래스 SenseNet.Portal.UI.ContentListViews.ListHelper

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
GetModifierSafely ( object dataitem ) : User
GetPathList ( Content content, string fieldName ) : string
GetPathList ( Content content, string fieldName, char separator ) : string
GetRunningWorkflowsText ( Node relatedContent ) : string
RenderCell ( string fieldFullName, string contentListPath ) : string

비공개 메소드들

메소드 설명
GetCellTemplatePaths ( string fieldFullName, string contentListPath, FieldSetting &fieldSetting ) : List

메소드 상세

GetModifierSafely() 공개 정적인 메소드

public static GetModifierSafely ( object dataitem ) : User
dataitem object
리턴 SenseNet.ContentRepository.User

GetPathList() 공개 정적인 메소드

public static GetPathList ( Content content, string fieldName ) : string
content Content
fieldName string
리턴 string

GetPathList() 공개 정적인 메소드

public static GetPathList ( Content content, string fieldName, char separator ) : string
content Content
fieldName string
separator char
리턴 string

GetRunningWorkflowsText() 공개 정적인 메소드

public static GetRunningWorkflowsText ( Node relatedContent ) : string
relatedContent Node
리턴 string

RenderCell() 공개 정적인 메소드

public static RenderCell ( string fieldFullName, string contentListPath ) : string
fieldFullName string
contentListPath string
리턴 string