mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

FDA_File Class



Class stores all the information about a file which was submitted to the FDA.


Namespace: SobekCM.Tools.FDA
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class FDA_File

Remarks

This class is used within a complete FDA_Report_Data object and is not generally used alone.

Examples

For examples, see the example under the FDA_Report_Data class.

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.FDA..::..FDA_File

Constructors

  NameDescription
Public methodFDA_File()()()()
Constructor creates a new instance of the FDA_File class
Public methodFDA_File(String, String, Int64, String, String, String)
Constructor creates a new instance of the FDA_File class

Methods

  NameDescription
Public methodAdd_Warning
Add a new warning to this file

Properties

  NameDescription
Public propertyEvent
Gets or sets the text of any event linked to this file
Public propertyID
Gets or sets the ID for this file in the FDA
Public propertyMD5_Checksum
Gets or sets the MD5 checksum result for this file in the FDA
Public propertyName
Gets or sets the name (or path) for this file in the FDA
Public propertyPreservation
Gets or sets the preservation level for this file in the FDA
Public propertySHA1_Checksum
Gets or sets the SHA-1 checksum result for this file in the FDA
Public propertySize
Gets or sets the size of this file in the FDA
Public propertyWarnings
Gets the collection of warnings linked to this file
Public propertyXML_Node
Gets or sets the source XML node for this file from the FDA report

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )