Click or drag to resize

ExtPayloadProxy Class

Icdd Toolkit Library Class: ExtDatabaseLink (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.ExtendedDocument
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public class ExtPayloadProxy : CtExternalDocument

The ExtPayloadProxy 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 propertyBaseUri 
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 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 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 propertyUrl
(Inherited from CtExternalDocument)
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 CtExternalDocument)
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 CtExternalDocumentElementType)
Public methodEquals
(Overrides CtExternalDocumentEquals(Object))
Public methodGetHashCode
(Overrides CtExternalDocumentGetHashCode)
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 methodIsSameOrSubclass
(Inherited from IcddBaseElement)
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
(Overrides CtDocumentToString)
Public methodType
(Overrides CtExternalDocumentType)
Top
See Also