Exemplo n.º 1
0
        protected virtual ProcessSchema CreateServiceInConfItemEventsProcessSchema()
        {
            var schema = new ServiceInConfItemEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemplo n.º 2
0
 public ServiceInConfItemEventsProcessSchema(ServiceInConfItemEventsProcessSchema source)
     : base(source)
 {
 }