RetrieveDocument Class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class RetrieveDocument : Documents
Inheritance
Object    clsDbOle    Documents    RetrieveDocument
Derived

Constructors

RetrieveDocumentInitializes a new instance of the RetrieveDocument class

Properties

Building
(Inherited from Documents)
Created
(Inherited from Documents)
Date
(Inherited from Documents)
Date2
(Inherited from Documents)
Description
(Inherited from Documents)
DisplayName 
Document 
DocumentId
(Inherited from Documents)
Filename
(Inherited from Documents)
GroupId1
(Inherited from Documents)
GroupId2
(Inherited from Documents)
GroupId3
(Inherited from Documents)
Invoice
(Inherited from Documents)
IsRoot 
OrigDocId
(Inherited from Documents)
PageNumber
(Inherited from Documents)
Parent
(Inherited from Documents)
SubDocuments
(Inherited from Documents)
Tenant
(Inherited from Documents)
TenantSeq
(Inherited from Documents)
Vendor
(Inherited from Documents)

Methods

delete
(Inherited from clsDbOle)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
fill
(Inherited from Documents)
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)
insertRecord
(Inherited from clsDbOle)
load
(Inherited from clsDbOle)
loadAll
(Inherited from clsDbOle)
loadByPrimaryKey
(Inherited from clsDbOle)
loadDocId
(Inherited from clsDbOle)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
save
(Inherited from Documents)
ToStringReturns a string that represents the current object.
(Inherited from Object)
updateRecord
(Inherited from clsDbOle)

Events

PropertyChanged
(Inherited from Documents)

Fields

insertStmt
(Inherited from clsDbOle)
loadAllStmt
(Inherited from clsDbOle)
loadStmt
(Inherited from clsDbOle)
localCN
(Inherited from clsDbOle)
localTable
(Inherited from clsDbOle)
m_Building
(Inherited from Documents)
m_Created
(Inherited from Documents)
m_Date
(Inherited from Documents)
m_Date2
(Inherited from Documents)
m_Description
(Inherited from Documents)
m_DocumentId
(Inherited from Documents)
m_Filename
(Inherited from Documents)
m_GroupId1
(Inherited from Documents)
m_GroupId2
(Inherited from Documents)
m_GroupId3
(Inherited from Documents)
m_Invoice
(Inherited from Documents)
m_isChanged
(Inherited from Documents)
m_OrigDocId
(Inherited from Documents)
m_PageNumber
(Inherited from Documents)
m_Tenant
(Inherited from Documents)
m_TenantSeq
(Inherited from Documents)
m_Vendor
(Inherited from Documents)
priKeyName
(Inherited from clsDbOle)
SQL_DELETE
(Inherited from clsDbOle)
updateStmt
(Inherited from clsDbOle)

See Also