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

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