Kooboo.Commerce.Recommendations.Engine.Behaviors.Behavior.Behavior C# (CSharp) Method

Behavior() public method

public Behavior ( ) : System
return System
        public Behavior()
        {
            Weight = 1.0d;
            UtcTimestamp = DateTime.UtcNow;
        }
Behavior