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

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