예제 #1
0
            public TimeConstraint(TimeConstraintMode mode, string containerId)
            {
                if (string.IsNullOrEmpty(containerId))
                {
                    throw new ArgumentNullException("containerId");
                }

                this.Mode        = mode;
                this.ContainerId = containerId;
            }
            public TimeConstraint(TimeConstraintMode mode, string containerId)
            {
                if (string.IsNullOrEmpty(containerId))
                {
                    throw new ArgumentNullException("containerId");
                }

                this.Mode = mode;
                this.ContainerId = containerId;
            }