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

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