Class CodeHarmonizer
Provides comparison methods for CodeLists.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CodeHarmonizer : IComparer<CodeList>
Constructors
CodeHarmonizer()
Declaration
public CodeHarmonizer()
Properties
Culture
The culture.
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Compare(CodeList, CodeList)
Compares two code lists.
Declaration
public int Compare(CodeList x, CodeList y)
Parameters
| Type | Name | Description |
|---|---|---|
| CodeList | x | |
| CodeList | y |
Returns
| Type | Description |
|---|---|
| int |