Interface IResource
Resource represents an address to a file (a locator). The value is an URI that can represent an absolute or relative path
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IResource : IClass
Properties
| Improve this Doc View SourceContentType
Content type of the content of the file.
Declaration
string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The content type states which file extensions the file can have.
Path
Path and name of the resource (with file extension).
Declaration
string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The path can be absolute or relative.