C# 클래스 SenseNet.ContentRepository.Storage.Data.SqlClient.FlatPropertyWriter

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
FlatPropertyWriter ( int versionId ) : System
WriteCurrencyProperty ( decimal value, PropertyType type ) : void
WriteDateTimeProperty ( System.DateTime value, PropertyType type ) : void
WriteIntProperty ( int value, PropertyType type ) : void
WriteStringProperty ( string value, PropertyType type ) : void

비공개 메소드들

메소드 설명
ExecuteScript ( string script, int versionId, int page, IEnumerable @params ) : void
GetExistingFlatPages ( int versionId ) : List
InsertPage ( int versionId, int page, SqlParameter>.Dictionary values ) : void
UpdatePage ( int versionId, int page, SqlParameter>.Dictionary values ) : void
WriteFlatProperty ( int totalIndex, int pageSize, string mappingPrefix, SqlDbType dataType, int dataSize, object value ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

FlatPropertyWriter() 공개 메소드

public FlatPropertyWriter ( int versionId ) : System
versionId int
리턴 System

WriteCurrencyProperty() 공개 메소드

public WriteCurrencyProperty ( decimal value, PropertyType type ) : void
value decimal
type SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 void

WriteDateTimeProperty() 공개 메소드

public WriteDateTimeProperty ( System.DateTime value, PropertyType type ) : void
value System.DateTime
type SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 void

WriteIntProperty() 공개 메소드

public WriteIntProperty ( int value, PropertyType type ) : void
value int
type SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 void

WriteStringProperty() 공개 메소드

public WriteStringProperty ( string value, PropertyType type ) : void
value string
type SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 void