public abstract class NamedEntry : INamedObject,
INamedEntry, INamedItem, IEquatable<INamedEntry>Public MustInherit Class NamedEntry
Implements INamedObject, INamedEntry, INamedItem, IEquatable(Of INamedEntry)public ref class NamedEntry abstract : INamedObject,
INamedEntry, INamedItem, IEquatable<INamedEntry^>[<AbstractClassAttribute>]
type NamedEntry =
class
interface INamedObject
interface INamedEntry
interface INamedItem
interface IEquatable<INamedEntry>
end| NamedEntry | Инициализирует новый экземпляр класса NamedEntry |
| Equals(INamedEntry) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Переопределяет ObjectGetHashCode) |
| GetName | Возвращает имя объекта. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
| UpdateFromAssociations | Обновляет значения ссылочных полей из всех объектов-ассоциаций, на которые установлены ссылки. |