DataFile Class

Stores detailed information about worksheet file.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class DataFile : IComparable
Inheritance
Object    DataFile
Implements
IComparable

Constructors

DataFile Data File information class.

Properties

FileName Full path to the file.
Guid Gets or sets Guid of the document.
MetaInfo Current language worksheet meta-data.
Revision Gets or sets revision of the document.
Shortcut Gets or sets shortcut of the document to use for snippets.
Text File title represented for current language.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString String representation of the Data File.
(Overrides Object.ToString())

Explicit Interface Implementations

IComparable.CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

See Also