DocumentInfo Class

Represents the document information that is bound to a data object property.

Definition

Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class DocumentInfo : IEquatable<DocumentInfo>
Inheritance
Object    DocumentInfo
Implements
IEquatableDocumentInfo

Constructors

DocumentInfo Initializes a new instance of the DocumentInfo class

Properties

FileName File name
Id Id of the document.
Uri The Uri for working with API.

Methods

Create Creates the DocumentInfo object.
Equals  

See Also