NameChanges Class

Definition

Represents the changes in the name of an object.

public ref class NameChanges
public class NameChanges
type NameChanges = class
Public Class NameChanges
Inheritance
NameChanges

Constructors

NameChanges()

Initializes a new instance of the NameChanges class.

Properties

Count

Gets the number of name changes.

Methods

Add(INamedObject, String)

Adds a name change using the specified named object and new name.

Add(NameChanges+EntryType, String, String)

Adds a name change using the specified entry type.

GetNewName(NameChanges+EntryType, String)

Gets the new name of the object.

HasNameChanged(NameChanges+EntryType, String)

Indicates whether the name has changed.

Applies to