File Container, Prepare Import for Marvman
This commit is contained in:
12
Filesystem/DocumentObject.vb
Normal file
12
Filesystem/DocumentObject.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
<Serializable>
|
||||
Public Class DocumentObject
|
||||
Public ReadOnly Property FileName As String
|
||||
Public ReadOnly Property ContainerId As String
|
||||
Public ReadOnly Property DocumentId As Int64
|
||||
|
||||
Public Sub New(ContainerId As String, DocumentId As Int64, FileName As String)
|
||||
_ContainerId = ContainerId
|
||||
_DocumentId = DocumentId
|
||||
_FileName = FileName
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user