Click or drag to resize

File Class

Class representing File object
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFile

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class File : IObjectWithId, IObjectWithGuid, ICloneable

The File type exposes the following members.

Constructors
  NameDescription
Public methodFile
File
Top
Properties
  NameDescription
Public propertyAttacherIds
Contains the ID's of DataObjects which are attached to the file. The ID's are not always populated.
Public propertyCurrentVersion
Current version
Public propertyId
Id property
Public propertyTemporary
Temporary file, with limited lifespan.
Public propertyUId
UId property
Public propertyVersions
Versions are sorted by FileVersion.CreateTime (descending)
Top
Methods
  NameDescription
Public methodClone
Public methodToString
Converts file name to string
(Overrides ObjectToString.)
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
Explicit Interface Implementations
See Also