Click or drag to resize

DocumentInfo Class

Represents the document information that is bound to a data object property.
Inheritance Hierarchy
SystemObject
  Casewhere.SystemTypesDocumentInfo

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

The DocumentInfo type exposes the following members.

Constructors
 NameDescription
Public methodDocumentInfoInitializes a new instance of the DocumentInfo class
Top
Properties
 NameDescription
Public propertyFileName File name
Public propertyId Id of the document.
Public propertyUri The Uri for working with API.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates the DocumentInfo object.
Public methodEquals 
Top
See Also