示例#1
0
        protected virtual EmbeddedProcessSchema CreateActivityCategoryEditPageEventsProcessSchema()
        {
            var schema = new ActivityCategoryEditPageEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
示例#2
0
 public ActivityCategoryEditPageEventsProcessSchema(ActivityCategoryEditPageEventsProcessSchema source)
     : base(source)
 {
 }