Example #1
0
        protected virtual ProcessSchema CreateVwRelationshipEventsProcessSchema()
        {
            var schema = new VwRelationshipEventsProcessSchema(ProcessSchemaManager, this);

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