Example #1
0
        protected virtual ProcessSchema CreateMonthEventsProcessSchema()
        {
            var schema = new MonthEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Example #2
0
 public MonthEventsProcessSchema(MonthEventsProcessSchema source)
     : base(source)
 {
 }