Show / Hide Table of Contents

Class RepositoryFormats

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

Inheritance
System.Object
RepositoryFormats
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class RepositoryFormats : object

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
Back to top Copyright © 2009-2018 Colectica