public sealed class RefGroupScriptContext : RefGroupScriptContextBase,
IRefGroupScriptContext, IRefGroupScriptContextBase
Public NotInheritable Class RefGroupScriptContext
Inherits RefGroupScriptContextBase
Implements IRefGroupScriptContext, IRefGroupScriptContextBase
public ref class RefGroupScriptContext sealed : public RefGroupScriptContextBase,
IRefGroupScriptContext, IRefGroupScriptContextBase
[<SealedAttribute>]
type RefGroupScriptContext =
class
inherit RefGroupScriptContextBase
interface IRefGroupScriptContext
interface IRefGroupScriptContextBase
end
RefGroupScriptContext | Создаёт экземпляр класса с указанием значений его свойств. |
CancellationToken |
Объект, посредством которого можно отменить асинхронную задачу.
(Унаследован от RefGroupScriptContextBase) |
DbScope |
Объект для взаимодействия с базой данных.
Определяет область видимости объекта DbManager.
(Унаследован от RefGroupScriptContextBase) |
RefGroup | Группа ссылок. |
UnityContainer |
Контейнер Unity с зависимостями.
(Унаследован от RefGroupScriptContextBase) |
ValueList |
Список значений, которые могут быть использованы при выполнении C#-скрипта, также этот список может быть изменен и заполнен самим C#-скриптом,
а в дальнейшем использован как полезный результат выполнения C#-скрипта.
(Унаследован от RefGroupScriptContextBase) |
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) |
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) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |