public abstract class PlaceholderType : IPlaceholderType,
IEquatable<IPlaceholderType>Public MustInherit Class PlaceholderType
Implements IPlaceholderType, IEquatable(Of IPlaceholderType)public ref class PlaceholderType abstract : IPlaceholderType,
IEquatable<IPlaceholderType^>[<AbstractClassAttribute>]
type PlaceholderType =
class
interface IPlaceholderType
interface IEquatable<IPlaceholderType>
end| PlaceholderType | Создаёт экземпляр класса с указанием значений его свойств и с указанием режима работы плейсхолдера Mode. |
| HasParameters | Признак того, что плейсхолдер должен содержать параметры. |
| Mode | Режим работы плейсхолдера. |
| Name | Имя плейсхолдера, по которому определяется тип. |
| Unknown | Неизвестный тип плейсхолдера. Метод замены такого плейсхолдера всегда возвращает null. Может использоваться в расширениях. |
| ByReplacement | Возвращает тип плейсхолдера, который всегда возвращает заданную строку в качестве замены. |
| CheckPlaceholder | Проверяет тип заданного плейсхолдера Type на соответствие типу текущего объекта. Выбрасывает исключение в случае несоответствия, или если передано значение null. |
| Equals(IPlaceholderType) | 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) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |