mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> FDA >> FDA_File_Warning

FDA_File_Warning Class



Class stores the basic information about a file-level warning in a FDA report


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_Warning

Remarks

This class is used within a single FDA_File object 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_Warning

Constructors

  NameDescription
Public methodFDA_File_Warning()()()()
Constructor creates a new instance of the FDA_File_Warning class
Public methodFDA_File_Warning(String, String)
Constructor creates a new instance of the FDA_File_Warning class

Properties

  NameDescription
Public propertyCode
Gets or sets the code for this file-level warning
Public propertyText
Gets or sets the text for this file-level warning

See Also



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