C# 클래스 SenseNet.Portal.Portlets.ListImporterPortlet

상속: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
FieldsNotToImport string[]

Private Properties

프로퍼티 타입 설명
CreateControls void
CreateNonExistentListFields string>.Dictionary
DetectSplitChar char
DoImport ImportResult
GetDataSource DataView
IsFieldOnCTD bool
IsFieldOnList bool
IsInFieldList bool
OpenStream StreamReader
OpenStreamWithEncodingDetection StreamReader
SetError void
SplitLine List
Update bool
btnImport_Click void

공개 메소드들

메소드 설명
ListImporterPortlet ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

비공개 메소드들

메소드 설명
CreateControls ( ) : void
CreateNonExistentListFields ( string contentTypeName, System.Data.Node parent, string>.Dictionary fieldData ) : string>.Dictionary
DetectSplitChar ( string line ) : char
DoImport ( Node parent, Stream inputStream, bool update, bool import ) : ImportResult
GetDataSource ( IEnumerable source ) : DataView
IsFieldOnCTD ( IEnumerable fieldSettings, string fDataKey ) : bool
IsFieldOnList ( IEnumerable fieldSettingContents, string fDataKey ) : bool
IsInFieldList ( IEnumerable fieldNameList, string fDataKey ) : bool
OpenStream ( Stream inputStream ) : StreamReader
OpenStreamWithEncodingDetection ( Stream inputStream ) : StreamReader
SetError ( string message ) : void
SplitLine ( string line, char separator ) : List
Update ( Node original, string>.Dictionary import ) : bool
btnImport_Click ( object sender, EventArgs e ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

ListImporterPortlet() 공개 메소드

public ListImporterPortlet ( ) : System
리턴 System

프로퍼티 상세

FieldsNotToImport 공개적으로 정적으로 프로퍼티

public static string[] FieldsNotToImport
리턴 string[]