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 |
| Author(Guid, String) | Инициализирует новый экземпляр класса Author |
| AuthorID | ID автора |
| AuthorName | Имя автора |
| IsSealed | Признак того, что объект был защищён от изменений. |
| Equals(Author) | Indicates whether the current object is equal to another object of the same type. |
| Equals(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 | (Переопределяет ObjectToString) |