Products
|
Purchase
|
Free Stuff
|
Forums
|
Blog
|
Testimonials
|
Company
|
Contact
SlickUpload
»
Documentation
»
Reference
»
Krystalware.SlickUpload.Providers Namespace
Reference
Krystalware.SlickUpload Namespace
HttpUploadModule Class
IUploadFileFilter Interface
IUploadLengthFilter Interface
IUploadRequestFilter Interface
RequestRecorderModule Class
SlickUploadHandler Class
UploadedFile Class
UploadException Class
Krystalware.SlickUpload.Configuration Namespace
NameValueConfigurationSection Class
NameValueConfigurationSectionHandler Class
SlickUploadConfiguration Class
StatusManagerConfigurationSection Class
StatusManagerConfigurationSectionHandler Class
Krystalware.SlickUpload.Controls Namespace
ProgressBarElement Class
ProgressDisplay Class
ProgressDisplayDesigner Class
ProgressElement Class
ProgressElementType Enumeration
UploadManager Class
UploadManagerDesigner Class
UploadManagerRequiredFileValidator Class
UploadStatusEventArgs Class
Krystalware.SlickUpload.Providers Namespace
FileUploadStreamProvider Class
FileUploadStreamProvider.ExistingAction Enumeration
FileUploadStreamProvider.FileNameMethod Enumeration
ICriteriaGenerator Interface
IFileNameGenerator Interface
IUploadStreamProvider Interface
SqlClientUploadStreamProvider Class
SqlClientUploadStreamProvider.CriteriaMethod Enumeration
UploadStreamProviderType Enumeration
Krystalware.SlickUpload.Status Namespace
ApplicationStateStatusManager Class
IStatusManager Interface
SqlClientStatusManager Class
StatusManagerType Enumeration
UploadState Enumeration
UploadStatus Class
UploadTerminationReason Enumeration
Krystalware.SlickUpload.Streams Namespace
SqlClientInputStream Class
SqlClientOutputStream Class
Krystalware.SlickUpload.Providers Namespace
SlickUpload stream providers.
Declaration Syntax
C#
namespace
Krystalware.SlickUpload.Providers
Visual Basic
Namespace
Krystalware.SlickUpload.Providers
Types
Icon
Type
Description
SqlClientUploadStreamProvider
.
.
::
.
CriteriaMethod
Enumeration of the methods to use when generating criteria.
FileUploadStreamProvider
.
.
::
.
ExistingAction
Enumeration of the possible actions to take when trying to upload to a file that exists.
FileUploadStreamProvider
.
.
::
.
FileNameMethod
Enumeration of the methods to use when generating a filename.
FileUploadStreamProvider
An
IUploadStreamProvider
that writes to files.
ICriteriaGenerator
Represents a custom criteria generator that generates criteria based on
UploadedFile
s.
IFileNameGenerator
Represents a custom filename generator that generates filenames based on
UploadedFile
s.
IUploadStreamProvider
A provider that can be called to get a
Stream
to which to write an
UploadedFile
.
SqlClientUploadStreamProvider
An
IUploadStreamProvider
that writes to SQL 2000 and 2005 databases.
UploadStreamProviderType
Enumeration of the possible upload stream providers.
© 2008 Krystalware