C# Class SenseNet.ContentRepository.Storage.Data.SqlClient.FlatPropertyWriter

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

FlatPropertyWriter() public méthode

public FlatPropertyWriter ( int versionId ) : System
versionId int
Résultat System

WriteCurrencyProperty() public méthode

public WriteCurrencyProperty ( decimal value, PropertyType type ) : void
value decimal
type SenseNet.ContentRepository.Storage.Schema.PropertyType
Résultat void

WriteDateTimeProperty() public méthode

public WriteDateTimeProperty ( System.DateTime value, PropertyType type ) : void
value System.DateTime
type SenseNet.ContentRepository.Storage.Schema.PropertyType
Résultat void

WriteIntProperty() public méthode

public WriteIntProperty ( int value, PropertyType type ) : void
value int
type SenseNet.ContentRepository.Storage.Schema.PropertyType
Résultat void

WriteStringProperty() public méthode

public WriteStringProperty ( string value, PropertyType type ) : void
value string
type SenseNet.ContentRepository.Storage.Schema.PropertyType
Résultat void