INameMapping Interface

Provides access to members that manage name mapping and conflicts between two locations.

Members

Name Description
Read-only property Children Children objects (if any).
Write-only property ConfigKeyword The configuration keyword (for the data transfer).
Method GetSuggestedName Gets the suggested name of the copied object (if conflict).
Read-only property NameConflicts Indicates if target name conflicts with source name.
Read-only property SourceObject The Source Object.
Read/write property TargetName The name of the copied object.
Method ValidateTargetName Checks whether target name conflicts or not.

INameMapping.Children Property

Children objects (if any).

Public ReadOnly Property Children As IEnumNameMapping
public IEnumNameMapping Children {get;}

INameMapping.ConfigKeyword Property

The configuration keyword (for the data transfer).

Public WriteOnly Property ConfigKeyword
public void ConfigKeyword {set;}

INameMapping.GetSuggestedName Method

Gets the suggested name of the copied object (if conflict).

Public Function GetSuggestedName ( _
    ByVal toName As IName _
) As String
public string GetSuggestedName (
    IName toName
);

INameMapping.NameConflicts Property

Indicates if target name conflicts with source name.

Public ReadOnly Property NameConflicts As Boolean
public bool NameConflicts {get;}

INameMapping.SourceObject Property

The Source Object.

Public ReadOnly Property SourceObject As Object
public object SourceObject {get;}

INameMapping.TargetName Property

The name of the copied object.

Public Property TargetName As String
public string TargetName {get; set;}

INameMapping.ValidateTargetName Method

Checks whether target name conflicts or not.

Public Sub ValidateTargetName ( _
    ByVal toName As IName _
)
public void ValidateTargetName (
    IName toName
);

Classes that implement INameMapping

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.