Beispiel #1
0
        protected virtual ProcessSchema CreateProblemStatusEventsProcessSchema()
        {
            var schema = new ProblemStatusEventsProcessSchema(ProcessSchemaManager, this);

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