protected virtual ProcessSchema CreateOppContactLoyalityEventsProcessSchema()
        {
            var schema = new OppContactLoyalityEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public OppContactLoyalityEventsProcessSchema(OppContactLoyalityEventsProcessSchema source)
     : base(source)
 {
 }