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

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