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

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
 public OAuth20AppFolderEventsProcessSchema(OAuth20AppFolderEventsProcessSchema source)
     : base(source)
 {
 }