Class GrossFileStructure
Grossly describes a file's structure.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class GrossFileStructure : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields
Constructors
GrossFileStructure()
Initializes a new instance of the GrossFileStructure class.
Declaration
public GrossFileStructure()
Properties
CaseQuantity
Gets or sets the number of cases in the file.
Declaration
[Display(GroupName = "Basic", Order = 400)]
public int? CaseQuantity { get; set; }
Property Value
Type | Description |
---|---|
int? |
CreationSoftware
Gets a description of the software used to create the file.
Declaration
[UIHint("skip")]
public Software CreationSoftware { get; set; }
Property Value
Type | Description |
---|---|
Software |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
bool |
|
PlaceOfProduction
Gets or sets the place where a file was produced.
Declaration
[Display(GroupName = "Processing", Order = 400)]
public string PlaceOfProduction { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessingCheck
Documents processing checks and other operations performed on the data file.
Declaration
[Display(GroupName = "Processing", Order = 500)]
public MultilingualString ProcessingCheck { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
ProcessingStatus
Gets or sets the processing status of the file.
Declaration
[Display(GroupName = "Processing", Order = 600)]
public CodeValue ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()