Show / Hide Table of Contents

Class CodeHarmonizer

Provides comparison methods for CodeLists.

Inheritance
object
CodeHarmonizer
Implements
IComparer<CodeList>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IComparer<T>
In this article
Back to top Generated by DocFX