Esempio n. 1
0
        protected virtual ProcessSchema CreateOAuth20AppInTagEventsProcessSchema()
        {
            var schema = new OAuth20AppInTagEventsProcessSchema(ProcessSchemaManager, this);

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