Click or drag to resize
PicoXLSX

LowLevelDocumentPath Class

Class to manage XML document paths
Inheritance Hierarchy
SystemObject
  PicoXLSXLowLevelDocumentPath

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
internal class DocumentPath

The LowLevelDocumentPath type exposes the following members.

Constructors
 NameDescription
Public methodLowLevelDocumentPath Initializes a new instance of the LowLevelDocumentPath class
Public methodLowLevelDocumentPath(String, String) Initializes a new instance of the LowLevelDocumentPath class
Top
Properties
 NameDescription
Public propertyFilename Gets or sets the Filename File name of the document
Public propertyPath Gets or sets the Path Path of the document
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFullPath Method to return the full path of the document
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also