Class RepositoryFormats
Provides properties to identify various formats that may be stored in the repository.
Inherited Members
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 |