Show / Hide Table of Contents

Class GrossFileStructure

Grossly describes a file's structure.

Inheritance
Object
NotificationObject
IdentifiableBase
GrossFileStructure
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class GrossFileStructure : IdentifiableBase, INotifyPropertyChanged, IIdentifiable

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
public int? CaseQuantity { get; set; }
Property Value
Type Description
Nullable<Int32>

CreationSoftware

Gets a description of the software used to create the file.

Declaration
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
Boolean

true if the object has any content; otherwise, false.

PlaceOfProduction

Gets or sets the place where a file was produced.

Declaration
public string PlaceOfProduction { get; set; }
Property Value
Type Description
String

ProcessingCheck

Documents processing checks and other operations performed on the data file.

Declaration
public MultilingualString ProcessingCheck { get; }
Property Value
Type Description
MultilingualString

ProcessingStatus

Gets or sets the processing status of the file.

Declaration
public CodeValue ProcessingStatus { get; set; }
Property Value
Type Description
CodeValue

Implements

System.ComponentModel.INotifyPropertyChanged
IIdentifiable
In This Article
Back to top Generated by DocFX