• Articles
  • API Documentation
Show / Hide Table of Contents
  • BitAddict.Aras
    • ArasException
    • ArasExtensions
    • ArasMethod
    • ArasOps
    • ArasPermissionGrant
    • CheckIdentityMembershipMethod
    • ItemIdComparer
    • ItemLock
    • Logger
    • MockInnovator
    • NaturalSortComparer
    • XmlPropertyAttribute
  • BitAddict.Aras.ArasSync
    • CommandCategoryAttribute
    • Program
    • UserMessageException
  • BitAddict.Aras.ArasSync.Commands
    • AboutCommand
    • DeployCommand
    • DeployDllCommand
    • ExportCommand
    • ExtractAllCommand
    • ExtractAmlCommand
    • ForAllCommand
    • ImportAmlCommand
    • ImportFilesCommand
    • ImportXmlCommand
    • ListDbCommand
    • LoginCommand
    • LoginStatusCommand
    • LogoutCommand
    • MergeAllCommand
    • MergeAmlCommand
    • ReplaceServerItemsCommand
    • RunAmlCommand
    • UploadDocCommand
  • BitAddict.Aras.ArasSync.Data
    • AmlFragment
    • AmlNode
    • ArasFeatureManifest
    • ClientFile
    • XmlFragment
    • XmlNode
  • BitAddict.Aras.ArasSync.Ops
    • XmlNodeExentensions
  • BitAddict.Aras.Data
    • ArasConfManifest
    • ArasDb
    • DeployDllInfo
  • BitAddict.Aras.ExternalUrlWidget
    • GetExternalUrlMethod
  • BitAddict.Aras.ExternalUrlWidget.UnitTests
    • TestGetExternalUrlMethod
  • BitAddict.Aras.Security
    • LoginInfo
  • BitAddict.Aras.Test
    • ArasNUnitTestBase
    • ArasUnitTestBase
  • BitAddict.Aras.UnitTests
    • TestArasExtensions
    • TestCheckIdentityMembership
    • TestLogger
    • TestLoginInfo
    • TestXmlPropertyAttribute

Class NaturalSortComparer

Compare strings by nautural sort (i.e. A2 before A10)

Inheritance
System.Object
System.Collections.Generic.Comparer<System.String>
NaturalSortComparer
Implements
System.Collections.IComparer
System.Collections.Generic.IComparer<System.String>
Inherited Members
System.Collections.Generic.Comparer<System.String>.Create(System.Comparison<System.String>)
System.Collections.Generic.Comparer<System.String>.System.Collections.IComparer.Compare(System.Object, System.Object)
System.Collections.Generic.Comparer<System.String>.Default
Namespace: BitAddict.Aras
Assembly: BitAddict.Aras.dll
Syntax
public class NaturalSortComparer : Comparer<string>, IComparer, IComparer<string>

Fields

Instance

Singleton

Declaration
public static readonly NaturalSortComparer Instance
Field Value
Type Description
NaturalSortComparer

Methods

Compare(String, String)

Declaration
public override int Compare(string x, string y)
Parameters
Type Name Description
System.String x
System.String y
Returns
Type Description
System.Int32
Overrides
System.Collections.Generic.Comparer<System.String>.Compare(System.String, System.String)

Implements

System.Collections.IComparer
System.Collections.Generic.IComparer<T>
Back to top Generated by DocFX