Beispiel #1
0
        protected virtual ProcessSchema CreateMktgActivityEventsProcessSchema()
        {
            var schema = new MktgActivityEventsProcessSchema(ProcessSchemaManager, this);

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