For Babelfish Release 1.11.1.3

Document Class

Describes the name, location (url), and a description of a document. Usually PDFs or similiar.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class Document : ITelerikBindModel
Inheritance
Object    Document
Implements
ITelerikBindModel

Constructors

Properties

Description Human readable description of this document.
DocumentName Unique key value for this document
FileName The file name for this document.
TextField Short, human redable field. Should be unique within all instances of the class. The string value that the user will see and select from. Each object in the list should have a unique TextField value.
URL The downloadable URL to retreive this document.
ValueField Unique string value representing this instance. A unique string value that represents the object. Each object in the list must have a unique ValueField value.

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also