Kooboo.Commerce.Recommendations.Engine.Behaviors.Behavior.Behavior C# (CSharp) 메소드

Behavior() 공개 메소드

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