Table of Contents

Class EntraCloudSyncObjectMappingCollection

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

Represents a collection of Entra Cloud Sync object mappings.

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

Constructors

EntraCloudSyncObjectMappingCollection()

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

public EntraCloudSyncObjectMappingCollection()

Methods

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with that identifier is found.

public EntraCloudSyncObjectMapping FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping to locate.

Returns

EntraCloudSyncObjectMapping

The CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the specified identifier.

FindBySourceObjectName(string)

Returns the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the specified source object name, or null if no CENTREL.XIA.Configuration.Types.EntraCloudSyncConfigurationBase with that source object name is found.

public EntraCloudSyncObjectMapping FindBySourceObjectName(string sourceObjectName)

Parameters

sourceObjectName string

The source object name of the CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping to locate.

Returns

EntraCloudSyncObjectMapping

The CENTREL.XIA.Configuration.Types.EntraCloudSyncObjectMapping with the specified source object name.

Sort()

Sorts the values in the collection.

public void Sort()