Show / Hide Table of Contents

Class RepositoryFormats

Provides properties to identify various formats that may be stored in the repository.

Inheritance
object
RepositoryFormats
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.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class RepositoryFormats

Properties

Ddi31

Gets the identifier of the DDI 3.1 XML format.

Declaration
public static Guid Ddi31 { get; }
Property Value
Type Description
Guid

Ddi32

Gets the identifier of the DDI 3.2 XML format.

Declaration
public static Guid Ddi32 { get; }
Property Value
Type Description
Guid

Ddi33

Gets the identifier of the DDI 3.3 XML format.

Declaration
public static Guid Ddi33 { get; }
Property Value
Type Description
Guid

Methods

GetFormatName(Guid)

Return the name of the format

Declaration
public static string GetFormatName(Guid format)
Parameters
Type Name Description
Guid format
Returns
Type Description
string

format name

In this article
Back to top Generated by DocFX