protected virtual ProcessSchema CreateContact_Mobile_TerrasoftEventsProcessSchema()
        {
            var schema = new Contact_Mobile_TerrasoftEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public Contact_Mobile_TerrasoftEventsProcessSchema(Contact_Mobile_TerrasoftEventsProcessSchema source)
     : base(source)
 {
 }