Show / Hide Table of Contents

Class GroupEnumExtensions

Provides extension methods useful for working with the enumerations that descripbe relationships among Group items.

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

Methods

GetDescription(DataSetGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this DataSetGroupRelationship value)
Parameters
Type Name Description
DataSetGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

GetDescription(GeographyGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this GeographyGroupRelationship value)
Parameters
Type Name Description
GeographyGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

GetDescription(InstrumentGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this InstrumentGroupRelationship value)
Parameters
Type Name Description
InstrumentGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

GetDescription(LanguageGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this LanguageGroupRelationship value)
Parameters
Type Name Description
LanguageGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

GetDescription(PanelGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this PanelGroupRelationship value)
Parameters
Type Name Description
PanelGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

GetDescription(TimeGroupRelationship)

Gets a human-readable description for the specified value.

Declaration
public static string GetDescription(this TimeGroupRelationship value)
Parameters
Type Name Description
TimeGroupRelationship value

The value.

Returns
Type Description
System.String

A description for the provided value.

Back to top Copyright © 2009-2018 Colectica