Click or drag to resize

AccessDataUploadFile Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelAccessDataUploadFile

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AccessDataUploadFile

The AccessDataUploadFile type exposes the following members.

Constructors
  NameDescription
Public methodAccessDataUploadFile
Top
Properties
  NameDescription
Public propertyCreatedBy
Created by
Public propertyCreateTime
File upload time
Public propertyFileName
Public propertyFileType
Public propertyHashCode
Not implemented
Public propertyId
Public propertySize
The DATALENGTH property of the FileData
Public propertyStageTime
Public propertyStream
FileStream used when saving AD LDIF files. Can be null
Public propertySystemId
System ID
Public propertyValidationErrors
Calculated status
Top
Fields
  NameDescription
Public fieldRecCount
The number of records in the file
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also