Table of Contents

Class EntraCloudSyncAttributeMappingCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Entra Cloud Sync attribute mappings.

public class EntraCloudSyncAttributeMappingCollection : Collection<EntraCloudSyncAttributeMapping>, IList<EntraCloudSyncAttributeMapping>, ICollection<EntraCloudSyncAttributeMapping>, IList, ICollection, IReadOnlyList<EntraCloudSyncAttributeMapping>, IReadOnlyCollection<EntraCloudSyncAttributeMapping>, IEnumerable<EntraCloudSyncAttributeMapping>, IEnumerable
Inheritance
EntraCloudSyncAttributeMappingCollection
Implements
Inherited Members

Constructors

EntraCloudSyncAttributeMappingCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraCloudSyncAttributeMappingCollection class.

public EntraCloudSyncAttributeMappingCollection()

Methods

FindByTargetAttributeName(string)

Returns the CENTREL.XIA.Configuration.Types.EntraCloudSyncAttributeMapping with the specified target attribute name, or null if no CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with that target attribute name is found.

public EntraCloudSyncAttributeMapping FindByTargetAttributeName(string targetAttributeName)

Parameters

targetAttributeName string

The target attribute name of the CENTREL.XIA.Configuration.Types.EntraCloudSyncAttributeMapping to locate.

Returns

EntraCloudSyncAttributeMapping

The CENTREL.XIA.Configuration.Types.EntraCloudSyncAttributeMapping with the specified target attribute name.

Sort()

Sorts the values in the collection.

public void Sort()