예제 #1
0
        protected virtual ProcessSchema CreateServicePactInTagEventsProcessSchema()
        {
            var schema = new ServicePactInTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
예제 #2
0
 public ServicePactInTagEventsProcessSchema(ServicePactInTagEventsProcessSchema source)
     : base(source)
 {
 }