Provides access to members that manage name mapping and conflicts between two locations.
Members
Name | Description | |
---|---|---|
Children | Children objects (if any). | |
ConfigKeyword | The configuration keyword (for the data transfer). | |
GetSuggestedName | Gets the suggested name of the copied object (if conflict). | |
NameConflicts | Indicates if target name conflicts with source name. | |
SourceObject | The Source Object. | |
TargetName | The name of the copied object. | |
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 |
---|