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

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