コード例 #1
0
        protected virtual ProcessSchema CreateSelectorTypeEventsProcessSchema()
        {
            var schema = new SelectorTypeEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }