예제 #1
0
        protected virtual ProcessSchema CreateProblemTypeEventsProcessSchema()
        {
            var schema = new ProblemTypeEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
예제 #2
0
 public ProblemTypeEventsProcessSchema(ProblemTypeEventsProcessSchema source)
     : base(source)
 {
 }