Click or drag to resize

CtFolderDocument Class

Icdd Toolkit Library Class: CtFolderDocument (c) 2022 Philipp Hagedorn, Chair of Computing in Engineering, Ruhr-University Bochum, Germany Mail: philipp.hagedorn-n6v@rub.de
Inheritance Hierarchy

Namespace: IIB.ICDD.Model.Container.Document
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public class CtFolderDocument : CtInternalDocument

The CtFolderDocument type exposes the following members.

Properties
 NameDescription
Public propertyAlternativeDocument a property to link a document to an alternative version of that document
(Inherited from CtDocument)
Public propertyContainer
(Inherited from IcddBaseElement)
Public propertyCreation
(Inherited from IcddBaseElement)
Public propertyCreator
(Inherited from IcddBaseElement)
Public propertyDescription a general description
(Inherited from CtDocument)
Public propertyEffectiveType
(Inherited from IcddBaseElement)
Public propertyFileFormat The mediatype of a document following the Internet Assigned Numbers Authority's specification (https://www.iana.org/assignments/media-types/media-types.xhtml);examples are 'application/pdf' and 'audio/mpeg'
(Inherited from CtDocument)
Public propertyFileName
(Inherited from CtInternalDocument)
Public propertyFileType a string that specifies the file type such as "GML", "IFC", "shp", "xlsx", "pdf","rvt"; the string may be a compound string in indicating also version and data format (e.g. "ifc-4-xml-zip")
(Inherited from CtDocument)
Public propertyFoldername 
Public propertyGraph
(Inherited from IcddBaseElement)
Public propertyGuid
(Inherited from IcddBaseElement)
Public propertyIsModified
(Inherited from IcddBaseElement)
Public propertyModification
(Inherited from IcddBaseElement)
Public propertyModifier
(Inherited from IcddBaseElement)
Public propertyName a name for a resource
(Inherited from CtDocument)
Public propertyPriorVersion an optional reference to the prior version of this resource
(Inherited from CtDocument)
Public propertyPublisher
(Inherited from IcddBaseElement)
Public propertyRequested a boolean to indicate whether a document is required or not. When this property is not set the value can be interpreted as 'false'
(Inherited from CtDocument)
Public propertyResource
(Inherited from IcddBaseElement)
Public propertyVersionDescription an optional character string that may be used to provide a description for a version of the corresponding resource
(Inherited from CtDocument)
Public propertyVersionId an optional character string that may be used to identify a version of the corresponding resource
(Inherited from CtDocument)
Top
Methods
 NameDescription
Public methodAbsoluteFilePath
(Inherited from CtInternalDocument)
Public methodAsNode
(Inherited from IcddBaseElement)
Public methodAsResource
(Inherited from IcddBaseElement)
Public methodAsSubgraph
(Inherited from IcddBaseElement)
Public methodAsUri
(Inherited from IcddBaseElement)
Public methodDelete Deletes this document
(Inherited from CtDocument)
Public methodElementType
(Overrides CtInternalDocumentElementType)
Public methodEquals overrides standard equals method
(Inherited from CtDocument)
Public methodGetContainingFolder
(Inherited from CtInternalDocument)
Public methodGetDocuments 
Public methodGetFolderPath 
Public methodGetHashCode Gets the Hash code of the element
(Inherited from CtDocument)
Public methodGetLinkedElements Gets all LinkElements that are linked with this document
(Inherited from CtDocument)
Public methodGetLinks Gets all links in all linksets involving this document
(Inherited from CtDocument)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetTypeString
(Inherited from IcddBaseElement)
Public methodIsEmpty 
Public methodIsSameOrSubclass
(Inherited from IcddBaseElement)
Public methodMoveToFolder
(Overrides CtInternalDocumentMoveToFolder(CtFolderDocument))
Public methodNextVersion Creates a new version of this document that can optionally be copied to another container
(Inherited from CtDocument)
Public methodStatic memberRead 
Public methodToJsonLD
(Inherited from IcddBaseElement)
Public methodToJsonLDString
(Inherited from IcddBaseElement)
Public methodToString Returns a string representation of the document
(Inherited from CtDocument)
Public methodType
(Overrides CtInternalDocumentType)
Top
Fields
 NameDescription
Public fieldOntologicalView
(Inherited from CtInternalDocument)
Public fieldReferenceOntologies
(Inherited from CtInternalDocument)
Top
See Also