C# Class CSharpAnalytics.Protocols.Urchin.CustomVariables.ScopedCustomVariableSlot

Mostrar archivo Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
ScopedCustomVariableSlot ( CustomVariableScope scope, ICustomVariable variable, int slot ) : System

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

Method Details

ScopedCustomVariableSlot() public method

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.
return System