public class Author : IEquatable<Author>,
ISealablePublic Class Author
Implements IEquatable(Of Author), ISealablepublic ref class Author : IEquatable<Author^>,
ISealabletype Author =
class
interface IEquatable<Author>
interface ISealable
end| Author | Инициализирует новый экземпляр класса. Используется только для сериализации. |
| Author(Guid, String) | Инициализирует новый экземпляр класса. |
| AuthorID | Идентификатор роли автора. |
| AuthorName | Название роли автора. |
| IsSealed | Признак того, что объект был защищён от изменений. |
| Equals(Author) | 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) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Seal | Защищает объект от изменений. |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |