Show / Hide Table of Contents

Class Attachment

Represents a file stored in the Repository File Storage that is associated with the metadata item

Inheritance
Object
Attachment
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Attachment

Properties

AttachmentType

The type of attached file

Declaration
public string AttachmentType { get; set; }
Property Value
Type Description
String
Examples

OtherMaterial

AttachmentTypeOtherMaterial

AttachmentType for an OtherMaterial

Declaration
public static string AttachmentTypeOtherMaterial { get; }
Property Value
Type Description
String

Location

The Repository File Storage uri

Declaration
public Uri Location { get; set; }
Property Value
Type Description
Uri
Examples

repository:400B6749-EA6A-4ACC-B32D-38D59DC81039

RepositoryScheme

The scheme for the Repository File Storage Service

Declaration
public static string RepositoryScheme { get; }
Property Value
Type Description
String

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX