public sealed class AuthorProxy : AuthorPublic NotInheritable Class AuthorProxy
Inherits Authorpublic ref class AuthorProxy sealed : public Author[<SealedAttribute>]
type AuthorProxy =
class
inherit Author
end| AuthorProxy | Инициализирует новый экземпляр класса. |
| AuthorID |
Идентификатор роли автора.
(Переопределяет AuthorAuthorID) |
| AuthorName |
Название роли автора.
(Переопределяет AuthorAuthorName) |
| IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от Author) |
| Equals(Author) | Indicates whether the current object is equal to another object of the same type. (Унаследован от Author) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Унаследован от Author) |
| 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. (Унаследован от Author) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Seal | Защищает объект от изменений. (Унаследован от Author) |
| ToString | Returns a string that represents the current object. (Унаследован от Author) |