[SerializableAttribute]
public sealed class CriteriaValueLegacy
<SerializableAttribute>
Public NotInheritable Class CriteriaValueLegacy
[SerializableAttribute]
public ref class CriteriaValueLegacy sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type CriteriaValueLegacy = class end
CriteriaValueLegacy | Инициализирует новый экземпляр класса CriteriaValueLegacy |
ExecutorParameterName | Имя используемое для исполнителя запроса (имя параметра SQL). |
ReadOnly | Признак значения только для чтения. |
Text | Текст для отображения в поле. |
Value | Значение поля. |
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) |
FromCriteriaValue | Создает новый объект CriteriaValueLegacy на объекта, переданного в criteriaValue. |
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) |
ToCriteriaValue | Создает новый объект CriteriaValue на основе текущего. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |