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

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