[SerializableAttribute]
public sealed class RequestParameterLegacy
<SerializableAttribute>
Public NotInheritable Class RequestParameterLegacy
[SerializableAttribute]
public ref class RequestParameterLegacy sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type RequestParameterLegacy = class end
RequestParameterLegacy | Инициализирует новый экземпляр класса RequestParameterLegacy |
CriteriaValues | Список условий и их значений. |
IsHidden | Признак скрытого параметра от UI. |
Metadata | Метаданные параметра. |
Name | Имя текущего параметра. |
ReadOnly | Только для чтения. Используется для уведомления фильтрации представлений о неизменяемом параметре. |
SchemeType | Описание типа. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
FromRequestParameter | Создает новый объект RequestParameterLegacy на объекта, переданного в requestParameter. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToRequestParameter | Создает новый объект RequestParameter на основе текущего. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |