Class GroupEnumExtensions
Provides extension methods useful for working with the enumerations that descripbe relationships among Group items.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class GroupEnumExtensions
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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| string | A description for the provided value. |