[SerializableAttribute]
public sealed class RequestCriteriaLegacy
<SerializableAttribute>
Public NotInheritable Class RequestCriteriaLegacy
[SerializableAttribute]
public ref class RequestCriteriaLegacy sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type RequestCriteriaLegacy = class end
RequestCriteriaLegacy | Инициализирует новый экземпляр класса RequestCriteriaLegacy |
CriteriaName | Имя условного оператора. |
ReadOnly | Признак условия только для чтения. |
Values | Список значений условия. |
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) |
FromRequestCriteria | Создает новый объект RequestCriteriaLegacy на объекта, переданного в requestCriteria. |
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) |
ToRequestCriteria | Создает новый объект RequestCriteria на основе текущего. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |