コード例 #1
0
        protected virtual ProcessSchema CreateContactEventsProcessSchema()
        {
            var schema = new ContactEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
 public ContactEventsProcessSchema(ContactEventsProcessSchema source)
     : base(source)
 {
 }