示例#1
0
        protected virtual ProcessSchema CreateProblemTagEventsProcessSchema()
        {
            var schema = new ProblemTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
示例#2
0
 public ProblemTagEventsProcessSchema(ProblemTagEventsProcessSchema source)
     : base(source)
 {
 }