Ejemplo n.º 1
0
        protected virtual ProcessSchema CreateOppContactMotivatorsEventsProcessSchema()
        {
            var schema = new OppContactMotivatorsEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Ejemplo n.º 2
0
 public OppContactMotivatorsEventsProcessSchema(OppContactMotivatorsEventsProcessSchema source)
     : base(source)
 {
 }