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

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