C# Класс CSharpAnalytics.Protocols.Urchin.CustomVariables.ScopedCustomVariableSlot

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ScopedCustomVariableSlot ( CustomVariableScope scope, ICustomVariable variable, int slot ) : System

Create a new ScopedCustomVariableSlot with a given variable, scope and slot index.

Описание методов

ScopedCustomVariableSlot() публичный Метод

Create a new ScopedCustomVariableSlot with a given variable, scope and slot index.
public ScopedCustomVariableSlot ( CustomVariableScope scope, ICustomVariable variable, int slot ) : System
scope CustomVariableScope Scope of this custom variable.
variable ICustomVariable Custom variable.
slot int Slot index for this custom variable.
Результат System