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