Variable Класс
Определение
Абстрактный базовый класс, от которого наследует вспомогательный класс элементов данных рабочего процесса Variable<T>.The abstract base class from which the workflow data member support class Variable<T> derives.
public ref class Variable abstract : System::Activities::LocationReference
public abstract class Variable : System.Activities.LocationReference
type Variable = class
inherit LocationReference
Public MustInherit Class Variable
Inherits LocationReference
- Наследование
- Производный
Свойства
Default |
Возвращает или задает объект ActivityWithResult, представляющий значение по умолчанию для данного объекта Variable.Gets or sets the ActivityWithResult that represents the default value for this Variable. |
Modifiers |
Возвращает или задает значение VariableModifiers для этой переменной Variable.Gets or sets the VariableModifiers value for this Variable. |
Name |
Возвращает или задает имя таблицы для объекта Variable.Gets or sets the name of the Variable. |
NameCore |
Возвращает имя объекта Variable.Gets the name of the Variable. |
Type |
Возвращает или задает тип LocationReference.Gets or sets the type of the LocationReference. (Унаследовано от LocationReference) |
TypeCore |
При реализации в производном классе возвращает или задает версию типа объекта LocationReference, локализованную с учетом национальных стандартов.When implemented in a derived class, gets or sets the culturally localized version of the type of the LocationReference. (Унаследовано от LocationReference) |
Методы
Create(String, Type, VariableModifiers) |
Инициализирует и возвращает новый экземпляр класса Variable.Initializes and returns new instance of the Variable class. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
Get(ActivityContext) |
Возвращает значение объекта Variable с использованием указанного объекта ActivityContext.Gets the value of the Variable using the specified ActivityContext. |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetLocation(ActivityContext) |
Возвращает объект Location для данного объекта Variable.Gets the Location for this Variable. |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
Set(ActivityContext, Object) |
Задает значение переменной Variable с использованием указанного контекста ActivityContext.Sets the value of the Variable using the specified ActivityContext. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |