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

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